Enum Constant Summary
Enum Constants
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
private static de.iip_ecosphere.platform.support.logging.Logger
Returns the logger instance for this class.
boolean
Returns whether this SME type represents a type (also then in IVML).
Turns the string value into a constant.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
SUBMODEL_ELEMENT_COLLECTION
public static final AasSmeType SUBMODEL_ELEMENT_COLLECTION
SUBMODEL_ELEMENT_LIST
public static final AasSmeType SUBMODEL_ELEMENT_LIST
MULTI_LANGUAGE_PROPERTY
public static final AasSmeType MULTI_LANGUAGE_PROPERTY
Field Details
isType
private boolean isType
Constructor Details
AasSmeType
private AasSmeType (boolean isType)
Creates a constant.
Parameters:
isType - whether the constant represents a type (also then in IVML)
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (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 class has no constant with the specified name
NullPointerException - if the argument is null
isType
public boolean isType ()
Returns whether this SME type represents a type (also then in IVML).
Returns:
true for type, false for operation, property, etc.
toType
Turns the string value into a constant.
Parameters:
data - the data
Returns:
the constant, may be null
getLogger
private static de.iip_ecosphere.platform.support.logging.Logger getLogger ()
Returns the logger instance for this class.
Returns:
the logger instance