Package ontopoly.model
Class EditMode
- java.lang.Object
-
- ontopoly.model.Topic
-
- ontopoly.model.EditMode
-
public class EditMode extends Topic
Represents the edit mode of a field.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static EditMode
getDefaultEditMode(TopicMap tm)
Returns the default edit mode (normal)LocatorIF
getLocator()
boolean
isExistingValuesOnly()
boolean
isNewValuesOnly()
boolean
isNoEdit()
boolean
isOwnedValues()
-
Methods inherited from class ontopoly.model.Topic
addTopicType, copyCharacteristics, findDependentObjects, getDependentObjects, getFieldInstances, getFieldInstances, getId, getMostSpecificTopicType, getName, getTopicIF, getTopicMap, getTopicTypes, hashCode, isAssociationType, isFieldDefinition, isInstanceOf, isInstanceOf, isNameType, isOccurrenceType, isOntologyTopic, isOntologyType, isPrivateSystemTopic, isPublicSystemTopic, isRoleType, isSystemTopic, isTopicMap, isTopicType, remove, removeTopicType, toString
-
-
-
-
Method Detail
-
getLocator
public LocatorIF getLocator()
-
isExistingValuesOnly
public boolean isExistingValuesOnly()
-
isNewValuesOnly
public boolean isNewValuesOnly()
-
isOwnedValues
public boolean isOwnedValues()
-
isNoEdit
public boolean isNoEdit()
-
-