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 InterfaceDefinitionAbstractNodeType.interfaceDefinitionprotected InterfaceDefinitionAbstractObjectType.interfaceDefinitionprotected InterfaceDefinitionConcreteNode.interfaceDefinitionprotected InterfaceDefinitionFieldType.interfaceDefinitionprotected InterfaceDefinitionStatement.interfaceDefinitionMethods in org.web3d.x3d.util.x3duom that return InterfaceDefinitionModifier and TypeMethodDescriptionObjectFactory.createInterfaceDefinition()Create an instance ofInterfaceDefinitionAbstractNodeType.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 TypeMethodDescriptionvoidAbstractNodeType.setInterfaceDefinition(InterfaceDefinition value) Sets the value of the interfaceDefinition property.voidAbstractObjectType.setInterfaceDefinition(InterfaceDefinition value) Sets the value of the interfaceDefinition property.voidConcreteNode.setInterfaceDefinition(InterfaceDefinition value) Sets the value of the interfaceDefinition property.voidFieldType.setInterfaceDefinition(InterfaceDefinition value) Sets the value of the interfaceDefinition property.voidStatement.setInterfaceDefinition(InterfaceDefinition value) Sets the value of the interfaceDefinition property.