com.prosysopc.ua.typedictionary
Enum StructureSpecification.StructureType
java.lang.Object
java.lang.Enum<StructureSpecification.StructureType>
com.prosysopc.ua.typedictionary.StructureSpecification.StructureType
- All Implemented Interfaces:
- Serializable, Comparable<StructureSpecification.StructureType>
- Enclosing class:
- StructureSpecification
public static enum StructureSpecification.StructureType
- extends Enum<StructureSpecification.StructureType>
NORMAL
public static final StructureSpecification.StructureType NORMAL
OPTIONAL
public static final StructureSpecification.StructureType OPTIONAL
UNION
public static final StructureSpecification.StructureType UNION
values
public static StructureSpecification.StructureType[] 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 (StructureSpecification.StructureType c : StructureSpecification.StructureType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static StructureSpecification.StructureType 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
Copyright © 2018. All rights reserved.