Package ontopoly.model
Class InterfaceControl
java.lang.Object
ontopoly.model.Topic
ontopoly.model.InterfaceControl
Represents a datatype which can be assigned to an association field.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.static InterfaceControlbooleanTests whether this interface control is on:auto-completebooleanTests whether this interface control is on:browse-dialog.booleanTests whether this interface control is on:drop-down-list.booleanTests whether this interface control is on:search-dialog.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
-
Constructor Details
-
InterfaceControl
-
-
Method Details
-
equals
Indicates whether some other object is "equal to" this one. -
getLocator
-
isDropDownList
public boolean isDropDownList()Tests whether this interface control is on:drop-down-list.- Returns:
- true if this interface control is on:drop-down-list.
-
isSearchDialog
public boolean isSearchDialog()Tests whether this interface control is on:search-dialog.- Returns:
- true if this interface control is on:search-dialog.
-
isBrowseDialog
public boolean isBrowseDialog()Tests whether this interface control is on:browse-dialog.- Returns:
- true if this interface control is on:browse-dialog.
-
isAutoComplete
public boolean isAutoComplete()Tests whether this interface control is on:auto-complete- Returns:
- true if this interface control is on:auto-complete.
-
getDefaultInterfaceControl
-