Enum ELM2Class.VAttr
- java.lang.Object
-
- java.lang.Enum<ELM2Class.VAttr>
-
- de.mid.innovator.srv2api.icw2elem.ELM2Class.VAttr
-
- All Implemented Interfaces:
K_VATTR
,java.io.Serializable
,java.lang.Comparable<ELM2Class.VAttr>
- Enclosing interface:
- ELM2Class
public static enum ELM2Class.VAttr extends java.lang.Enum<ELM2Class.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 ELM2Class.VAttr
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ELM2Class.VAttr[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Compartment
public static final ELM2Class.VAttr Compartment
-
IndexedSearchDocumentCategory
public static final ELM2Class.VAttr IndexedSearchDocumentCategory
-
IndexedSearchJoin
public static final ELM2Class.VAttr IndexedSearchJoin
-
InstantiateInX
public static final ELM2Class.VAttr InstantiateInX
-
IsCreateTemplateAble
public static final ELM2Class.VAttr IsCreateTemplateAble
-
IsImpactAnalysable
public static final ELM2Class.VAttr IsImpactAnalysable
-
IsSectionAssignAble
public static final ELM2Class.VAttr IsSectionAssignAble
-
IsSyncAble
public static final ELM2Class.VAttr IsSyncAble
-
MEModelElement
public static final ELM2Class.VAttr MEModelElement
-
MetaName
public static final ELM2Class.VAttr MetaName
-
Ocl
public static final ELM2Class.VAttr Ocl
-
OwnedAttribute
public static final ELM2Class.VAttr OwnedAttribute
-
PRContext
public static final ELM2Class.VAttr PRContext
-
PRNodeOfModelElement
public static final ELM2Class.VAttr PRNodeOfModelElement
-
PRNodeOfNode
public static final ELM2Class.VAttr PRNodeOfNode
-
Package
public static final ELM2Class.VAttr Package
-
SortOrderGlobal
public static final ELM2Class.VAttr SortOrderGlobal
-
TypedValSpecElement
public static final ELM2Class.VAttr TypedValSpecElement
-
TypedValSpecInstVal
public static final ELM2Class.VAttr TypedValSpecInstVal
-
VOcl
public static final ELM2Class.VAttr VOcl
-
Verify
public static final ELM2Class.VAttr Verify
-
-
Method Detail
-
values
public static ELM2Class.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 (ELM2Class.VAttr c : ELM2Class.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 ELM2Class.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
-
-