Uses of Class
org.web3d.x3d.util.x3duom.InterfaceDefinition
Packages that use InterfaceDefinition
-
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.