- All Superinterfaces:
AbstractOVLType
public interface OVLItemExtension extends AbstractOVLType
This interface represents OVLItemExtension definitions in OVL programs.
- Since:
- Omix 1.3.11
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description boolean
accessoryExists(String name)
Determines if accessory exists in type definition or supertypes.List<? extends OVLAccessoryDefinition>
getAccessories()
List of accessory definitions in the type definition.List<String>
getAccessoryNames()
Returns a list of names of all available accessories.Methods inherited from interface omix.plugin.ovl.AbstractOVLType
fieldExists, getFieldNames, getFields, getMethod, getMethodNames, getMethods, getName, getNamespace, getType, methodExists, program
-
Method Details
-
getAccessoryNames
Returns a list of names of all available accessories.- Returns:
- accessories
-
accessoryExists
Determines if accessory exists in type definition or supertypes.- Parameters:
name
-- Returns:
- exists?
-
getAccessories
List<? extends OVLAccessoryDefinition> getAccessories()List of accessory definitions in the type definition.- Returns:
- list of accessories
-