|
||||||||
| 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_NODE, TYPE_STRING, TYPE_UNKNOWN, TYPE_XML |
| Method Summary | |
int |
compareTo(java.lang.Object o)
Compares this field to the passed object. |
boolean |
equals(java.lang.Object o)
Compares this field to the passed object, and returns true if they are equal. |
java.lang.String |
getDescription()
Returns the description for this field. |
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. |
boolean |
isRequired()
Returns whether this field is required (should have content). |
boolean |
isUnique()
Returns whether this field is unique (should have content that occurs only once). |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, 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 java.lang.String getDescription()
FieldgetDescription in interface Fieldorg.mmbase.bridge.Fieldpublic int getType()
FieldgetType in interface Fieldorg.mmbase.bridge.Fieldint which identifies the type of data this field
containspublic int getState()
FieldgetState in interface Fieldorg.mmbase.bridge.Fieldint which identifies the state of this fieldpublic int getMaxLength()
FieldgetMaxLength in interface Fieldorg.mmbase.bridge.Fieldpublic boolean isRequired()
FieldisRequired in interface Fieldorg.mmbase.bridge.Fieldtrue if the field is requiredpublic boolean isUnique()
FieldisUnique in interface Fieldorg.mmbase.bridge.Fieldtrue if the field is uniquepublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparableo - the object to compare it withpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the object to compare it with
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||