Uses of Class
org.web3d.x3d.util.x3duom.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
Modifier and TypeFieldDescriptionprotected InterfaceDefinition
AbstractNodeType.interfaceDefinition
protected InterfaceDefinition
AbstractObjectType.interfaceDefinition
protected InterfaceDefinition
ConcreteNode.interfaceDefinition
protected InterfaceDefinition
FieldType.interfaceDefinition
protected InterfaceDefinition
Statement.interfaceDefinition
Modifier 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.Modifier 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.