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 booleanequals(Object obj)static EditModegetDefaultEditMode(TopicMap tm)Returns the default edit mode (normal)LocatorIFgetLocator()booleanisExistingValuesOnly()booleanisNewValuesOnly()booleanisNoEdit()booleanisOwnedValues()-
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()
-
-