Interface XsdEnum<T>

    • Method Detail

      • getVariableName

        java.lang.String getVariableName()
        Returns:
        The name of the attribute that the Enum represents.
      • getSupportedValues

        java.util.List<java.lang.String> getSupportedValues()
        Returns:
        The values that the attribute can have.
      • getValues

        T[] getValues()
        Returns:
        The values that the attribute can have, as members of the Enum type.
      • getValue

        java.lang.String getValue()
        Returns:
        The concrete value of the current instance.