Enum ELM2Attribute.VAttr
- java.lang.Object
-
- java.lang.Enum<ELM2Attribute.VAttr>
-
- de.mid.innovator.srv2api.icw2elem.ELM2Attribute.VAttr
-
- All Implemented Interfaces:
K_VATTR
,java.io.Serializable
,java.lang.Comparable<ELM2Attribute.VAttr>
- Enclosing interface:
- ELM2Attribute
public static enum ELM2Attribute.VAttr extends java.lang.Enum<ELM2Attribute.VAttr> implements K_VATTR
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
toInt()
Returns a specific integer value for the enumeration constant.static ELM2Attribute.VAttr
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ELM2Attribute.VAttr[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AttrIdentification
public static final ELM2Attribute.VAttr AttrIdentification
-
AttributeTranslation
public static final ELM2Attribute.VAttr AttributeTranslation
-
CWhat
public static final ELM2Attribute.VAttr CWhat
-
EnumKind
public static final ELM2Attribute.VAttr EnumKind
-
GenericAttribute
public static final ELM2Attribute.VAttr GenericAttribute
-
GenericRelatedAttribute
public static final ELM2Attribute.VAttr GenericRelatedAttribute
-
IsCnstrAble
public static final ELM2Attribute.VAttr IsCnstrAble
-
IsFlowText
public static final ELM2Attribute.VAttr IsFlowText
-
IsImpactAnalysable
public static final ELM2Attribute.VAttr IsImpactAnalysable
-
IsMultivalued
public static final ELM2Attribute.VAttr IsMultivalued
-
IsNullable
public static final ELM2Attribute.VAttr IsNullable
-
IsRangeConfigAble
public static final ELM2Attribute.VAttr IsRangeConfigAble
-
IsRequiredForCreate
public static final ELM2Attribute.VAttr IsRequiredForCreate
-
IsRuntimeOnly
public static final ELM2Attribute.VAttr IsRuntimeOnly
-
IsSyncAble
public static final ELM2Attribute.VAttr IsSyncAble
-
IsTechnicalOnly
public static final ELM2Attribute.VAttr IsTechnicalOnly
-
IsToVersionRoot
public static final ELM2Attribute.VAttr IsToVersionRoot
-
M2AttributeSets
public static final ELM2Attribute.VAttr M2AttributeSets
-
M2Class
public static final ELM2Attribute.VAttr M2Class
-
M2TypeOfKind
public static final ELM2Attribute.VAttr M2TypeOfKind
-
M2TypeOfMode
public static final ELM2Attribute.VAttr M2TypeOfMode
-
M3Type
public static final ELM2Attribute.VAttr M3Type
-
MoreRangeAsList
public static final ELM2Attribute.VAttr MoreRangeAsList
-
MoreRangeAsTree
public static final ELM2Attribute.VAttr MoreRangeAsTree
-
NotToTranslateElement
public static final ELM2Attribute.VAttr NotToTranslateElement
-
OhRefType
public static final ELM2Attribute.VAttr OhRefType
-
OnlyCurrentValueIsValid
public static final ELM2Attribute.VAttr OnlyCurrentValueIsValid
-
SortAble
public static final ELM2Attribute.VAttr SortAble
-
SortOrderGlobal
public static final ELM2Attribute.VAttr SortOrderGlobal
-
TypingM2Type
public static final ELM2Attribute.VAttr TypingM2Type
-
VAttr
public static final ELM2Attribute.VAttr VAttr
-
VWhat
public static final ELM2Attribute.VAttr VWhat
-
WithPattern
public static final ELM2Attribute.VAttr WithPattern
-
-
Method Detail
-
values
public static ELM2Attribute.VAttr[] 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 (ELM2Attribute.VAttr c : ELM2Attribute.VAttr.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ELM2Attribute.VAttr valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-