Uses of Class
de.iip_ecosphere.platform.configuration.easyProducer.opcua.data.FieldType
Packages that use FieldType
Package
Description
OPC UA data representation.
OPC UA XML to IVML parser.
-
Uses of FieldType in de.iip_ecosphere.platform.configuration.easyProducer.opcua.data
Subclasses of FieldType in de.iip_ecosphere.platform.configuration.easyProducer.opcua.dataModifier and TypeClassDescriptionclassRepresents an OPC UA field method type.classRepresents an OPC UA field object type.classRepresents an OPC UA field variable type.Fields in de.iip_ecosphere.platform.configuration.easyProducer.opcua.data with type parameters of type FieldTypeMethods in de.iip_ecosphere.platform.configuration.easyProducer.opcua.data that return types with arguments of type FieldTypeModifier and TypeMethodDescriptionMethodType.getFields()Returns the fields making up the type.ObjectType.getFields()Returns the fields making up the type.Method parameters in de.iip_ecosphere.platform.configuration.easyProducer.opcua.data with type arguments of type FieldTypeModifier and TypeMethodDescriptionvoidChanges the fields making up the type.voidChanges the fields making up the type.Constructor parameters in de.iip_ecosphere.platform.configuration.easyProducer.opcua.data with type arguments of type FieldTypeModifierConstructorDescriptionMethodType(String nodeId, String browseName, String displayName, String description, boolean optional, ArrayList<FieldType> fields) Creates an OPC UA method type representation/declaration.ObjectType(String nodeId, String browseName, String displayName, String description, boolean optional, String type, ArrayList<FieldType> fields) Creates an OPC UA object type representation/declaration.RootMethodType(String nodeId, String browseName, String displayName, String description, boolean optional, String type, String rootParent, ArrayList<FieldType> fields) Creates an OPC UA root method type representation/declaration.RootObjectType(String nodeId, String browseName, String displayName, String description, boolean optional, String type, String rootParent, ArrayList<FieldType> fields) Creates an OPC UA root object type representation/declaration. -
Uses of FieldType in de.iip_ecosphere.platform.configuration.easyProducer.opcua.parser
Methods in de.iip_ecosphere.platform.configuration.easyProducer.opcua.parser that return types with arguments of type FieldTypeModifier and TypeMethodDescriptionDomParser.identifyFields(Node childNode) Identifies the fields ofchildNode.Method parameters in de.iip_ecosphere.platform.configuration.easyProducer.opcua.parser with type arguments of type FieldTypeModifier and TypeMethodDescriptionprivate booleanDomParser.checkRedundancy(String varName, ArrayList<FieldType> list) Checks for redundant/duplicate variable names inDomParser.hierarchy.private voidDomParser.createElement(ElementType type, Element element, String id, String displayName, String description, String documentation, ArrayList<FieldType> subFields, ArrayList<FieldType> objectFields, ArrayList<EnumLiteral> literals, ArrayList<DataLiteral> dataLiterals, String typeDef, boolean optional) Creates an element.private voidDomParser.retrieveAttributes(Element element, ArrayList<FieldType> subFields, ElementType type, String externNodeId) Retrieves the attributes and creates respective elements.private voidDomParser.retrieveAttributesForRefElement(ArrayList<FieldType> fields, String refId, Element refElement, ElementType elementType) Retrieves attribute for a reference element.private voidDomParser.retrieveRelatedSubElements(ArrayList<FieldType> subElements) Retrieves the related sub elements.