Uses of Class
org.web3d.x3d.util.x3duom.InterfaceDefinition
| Package | Description |
|---|---|
| org.web3d.x3d.util.x3duom |
-
Uses of InterfaceDefinition in org.web3d.x3d.util.x3duom
Fields in org.web3d.x3d.util.x3duom declared as InterfaceDefinition Modifier and Type Field Description protected InterfaceDefinitionAbstractNodeType. interfaceDefinitionprotected InterfaceDefinitionAbstractObjectType. interfaceDefinitionprotected InterfaceDefinitionConcreteNode. interfaceDefinitionprotected InterfaceDefinitionFieldType. interfaceDefinitionprotected InterfaceDefinitionStatement. interfaceDefinitionMethods in org.web3d.x3d.util.x3duom that return InterfaceDefinition Modifier and Type Method Description InterfaceDefinitionObjectFactory. createInterfaceDefinition()Create an instance ofInterfaceDefinitionInterfaceDefinitionAbstractNodeType. getInterfaceDefinition()Gets the value of the interfaceDefinition property.InterfaceDefinitionAbstractObjectType. getInterfaceDefinition()Gets the value of the interfaceDefinition property.InterfaceDefinitionConcreteNode. getInterfaceDefinition()Gets the value of the interfaceDefinition property.InterfaceDefinitionFieldType. getInterfaceDefinition()Gets the value of the interfaceDefinition property.InterfaceDefinitionStatement. getInterfaceDefinition()Gets the value of the interfaceDefinition property.Methods in org.web3d.x3d.util.x3duom with parameters of type InterfaceDefinition Modifier and Type Method Description voidAbstractNodeType. 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.