Uses of Enum Class
de.iip_ecosphere.platform.configuration.opcua.parser.ElementType
Packages that use ElementType
-
Uses of ElementType in de.iip_ecosphere.platform.configuration.opcua.parser
Fields in de.iip_ecosphere.platform.configuration.opcua.parser declared as ElementTypeMethods in de.iip_ecosphere.platform.configuration.opcua.parser that return ElementTypeModifier and TypeMethodDescriptionstatic ElementTypeReturns the enum constant of this class with the specified name.static ElementType[]ElementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.configuration.opcua.parser with parameters of type ElementTypeModifier and TypeMethodDescriptionprivate voidDomParser.addElement(BaseType element, ElementType type) Adds an element to the 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 DomParser.TypeListAndTypeDomParser.getTypeListAndTypeRootNs(String refId, String reference, ElementType type) Extracts the type list and type for a given root namespacerefId.private StringDomParser.identifySpecificReference(String reference, Node node, ElementType type) Identifies a specific reference.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.retrieveRootElement(Element object, ElementType type) Retrieves the root element.