Uses of Class
org.web3d.x3d.util.x3duom.InterfaceDefinition
Packages that use InterfaceDefinition
Package
Description
The X3D Java x3duom package provides a
set of Java utility classes for the X3D Unified Object Model (X3DUOM).
-
Uses of InterfaceDefinition in org.web3d.x3d.util.x3duom
Fields in org.web3d.x3d.util.x3duom declared as InterfaceDefinitionModifier and TypeFieldDescriptionprotected InterfaceDefinition
AbstractNodeType.interfaceDefinition
protected InterfaceDefinition
AbstractObjectType.interfaceDefinition
protected InterfaceDefinition
ConcreteNode.interfaceDefinition
protected InterfaceDefinition
FieldType.interfaceDefinition
protected InterfaceDefinition
Statement.interfaceDefinition
Methods in org.web3d.x3d.util.x3duom that return InterfaceDefinitionModifier and TypeMethodDescriptionObjectFactory.createInterfaceDefinition()
Create an instance ofInterfaceDefinition
AbstractNodeType.getInterfaceDefinition()
Gets the value of the interfaceDefinition property.AbstractObjectType.getInterfaceDefinition()
Gets the value of the interfaceDefinition property.ConcreteNode.getInterfaceDefinition()
Gets the value of the interfaceDefinition property.FieldType.getInterfaceDefinition()
Gets the value of the interfaceDefinition property.Statement.getInterfaceDefinition()
Gets the value of the interfaceDefinition property.Methods in org.web3d.x3d.util.x3duom with parameters of type InterfaceDefinitionModifier and TypeMethodDescriptionvoid
AbstractNodeType.setInterfaceDefinition
(InterfaceDefinition value) Sets the value of the interfaceDefinition property.void
AbstractObjectType.setInterfaceDefinition
(InterfaceDefinition value) Sets the value of the interfaceDefinition property.void
ConcreteNode.setInterfaceDefinition
(InterfaceDefinition value) Sets the value of the interfaceDefinition property.void
FieldType.setInterfaceDefinition
(InterfaceDefinition value) Sets the value of the interfaceDefinition property.void
Statement.setInterfaceDefinition
(InterfaceDefinition value) Sets the value of the interfaceDefinition property.