|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.mmbase.bridge.implementation.BasicField
| Fields inherited from interface org.mmbase.bridge.Field |
STATE_PERSISTENT, STATE_SYSTEM, STATE_UNKNOWN, STATE_VIRTUAL, TYPE_BYTE, TYPE_DOUBLE, TYPE_FLOAT, TYPE_INTEGER, TYPE_LONG, TYPE_STRING, TYPE_UNKNOWN |
| Method Summary | |
boolean |
equals(java.lang.Object o)
Compares two fields, and returns true if they are equal. |
java.lang.String |
getGUIName()
Returns the GUI name for this field. |
java.lang.String |
getGUIType()
Returns the GUI name for the data type this field contains. |
int |
getMaxLength()
Returns the maximum length of data this field can contain. |
java.lang.String |
getName()
Returns the name of this field. |
NodeManager |
getNodeManager()
Returns the node manager this field belongs to. |
int |
getState()
Returns this field's state identifier. |
int |
getType()
Returns the identifier for the data type this field contains. |
int |
hashCode()
Returns the object's hashCode. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public NodeManager getNodeManager()
FieldgetNodeManager in interface Fieldorg.mmbase.bridge.Fieldpublic java.lang.String getName()
FieldgetName in interface Fieldorg.mmbase.bridge.Fieldpublic java.lang.String getGUIType()
FieldgetGUIType in interface Fieldorg.mmbase.bridge.Fieldpublic java.lang.String getGUIName()
FieldgetGUIName in interface Fieldorg.mmbase.bridge.Fieldpublic int getType()
FieldgetType in interface Fieldorg.mmbase.bridge.Fieldint wich identifies the type of data this field
containspublic int getState()
FieldgetState in interface Fieldorg.mmbase.bridge.Fieldint wich identifies the state of this fieldpublic int getMaxLength()
FieldgetMaxLength in interface Fieldorg.mmbase.bridge.Fieldpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the object to compare it withpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||