|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ontopoly.model.Topic ontopoly.model.FieldDefinition ontopoly.model.OccurrenceField
public class OccurrenceField
Represents an occurrence field.
Field Summary |
---|
Fields inherited from class ontopoly.model.FieldDefinition |
---|
FIELD_TYPE_IDENTITY, FIELD_TYPE_NAME, FIELD_TYPE_OCCURRENCE, FIELD_TYPE_QUERY, FIELD_TYPE_ROLE |
Constructor Summary | |
---|---|
OccurrenceField(TopicIF topic,
TopicMap tm)
|
|
OccurrenceField(TopicIF topic,
TopicMap tm,
OccurrenceType occurrenceType)
|
Method Summary | |
---|---|
void |
addValue(Topic topic,
java.lang.Object _value,
LifeCycleListener listener)
|
boolean |
equals(java.lang.Object obj)
|
DataType |
getDataType()
Returns the data type of the occurrence type. |
java.lang.String |
getFieldName()
Returns the name of this field definition. |
int |
getFieldType()
|
int |
getHeight()
Returns the assigned height of the occurrence text field. |
LocatorIF |
getLocator()
|
OccurrenceType |
getOccurrenceType()
Gets the occurrence type to which this field is assigned. |
java.util.List<OccurrenceIF> |
getValues(Topic topic)
|
int |
getWidth()
Returns the assigned width of the occurrence text field. |
void |
removeValue(Topic topic,
java.lang.Object _value,
LifeCycleListener listener)
|
Methods inherited from class ontopoly.model.FieldDefinition |
---|
getCardinality, getFieldDefinition, getFieldDefinition, getFieldDefinition, getValidationType, getValueView, getViewModes, hashCode, setCardinality |
Methods inherited from class ontopoly.model.Topic |
---|
addTopicType, copyCharacteristics, findDependentObjects, getDependentObjects, getFieldInstances, getFieldInstances, getId, getMostSpecificTopicType, getName, getTopicIF, getTopicMap, getTopicTypes, isAssociationType, isFieldDefinition, isInstanceOf, isInstanceOf, isNameType, isOccurrenceType, isOntologyTopic, isOntologyType, isPrivateSystemTopic, isPublicSystemTopic, isRoleType, isSystemTopic, isTopicMap, isTopicType, remove, removeTopicType, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OccurrenceField(TopicIF topic, TopicMap tm)
public OccurrenceField(TopicIF topic, TopicMap tm, OccurrenceType occurrenceType)
Method Detail |
---|
public int getFieldType()
getFieldType
in class FieldDefinition
public java.lang.String getFieldName()
FieldDefinition
getFieldName
in class FieldDefinition
public LocatorIF getLocator()
getLocator
in class FieldDefinition
public boolean equals(java.lang.Object obj)
equals
in class FieldDefinition
public OccurrenceType getOccurrenceType()
public DataType getDataType()
public int getHeight()
public int getWidth()
public java.util.List<OccurrenceIF> getValues(Topic topic)
getValues
in class FieldDefinition
public void addValue(Topic topic, java.lang.Object _value, LifeCycleListener listener)
addValue
in class FieldDefinition
public void removeValue(Topic topic, java.lang.Object _value, LifeCycleListener listener)
removeValue
in class FieldDefinition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |