Enum NodeSyntax.SyntaxHeading

    • Enum Constant Detail

      • TYPE

        public static final NodeSyntax.SyntaxHeading TYPE
        Only used at en16931-3-2 and en16931-3-3 Typ — A = Attribut — C = Verbund — E = Element — G = Aggregat — S = Segment
      • CARD

        public static final NodeSyntax.SyntaxHeading CARD
        Cardinality: Also known as multiplicity is used to indicate if an information element (or group of information elements) is mandatory or conditional, and if it is repeatable. The cardinality shall always be analysed in the context of where the information element is used. Example: the Payee Name is mandatory in the core invoice model, but only when a Payee is stated and is relevant.
    • Method Detail

      • values

        public static NodeSyntax.SyntaxHeading[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (NodeSyntax.SyntaxHeading c : NodeSyntax.SyntaxHeading.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static NodeSyntax.SyntaxHeading valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getLabel

        public String getLabel()
        Returns:
        the label of the header row of a semantic object.