Enum MMProfile.VAttr
- java.lang.Object
-
- java.lang.Enum<MMProfile.VAttr>
-
- de.mid.innovator.srv2api.icw2meta.MMProfile.VAttr
-
- All Implemented Interfaces:
K_VATTR
,java.io.Serializable
,java.lang.Comparable<MMProfile.VAttr>
- Enclosing interface:
- MMProfile
public static enum MMProfile.VAttr extends java.lang.Enum<MMProfile.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 MMProfile.VAttr
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MMProfile.VAttr[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AppliedProfile
public static final MMProfile.VAttr AppliedProfile
-
AppliedProfileRecursive
public static final MMProfile.VAttr AppliedProfileRecursive
-
DGCommand
public static final MMProfile.VAttr DGCommand
-
IgnoredElement
public static final MMProfile.VAttr IgnoredElement
-
IsRoot
public static final MMProfile.VAttr IsRoot
-
LabelClassification
public static final MMProfile.VAttr LabelClassification
-
License
public static final MMProfile.VAttr License
-
LockMessage
public static final MMProfile.VAttr LockMessage
-
MemberStereotype
public static final MMProfile.VAttr MemberStereotype
-
OwnedClassificationConstraint
public static final MMProfile.VAttr OwnedClassificationConstraint
-
OwnedConfig
public static final MMProfile.VAttr OwnedConfig
-
OwnedCreateTemplate
public static final MMProfile.VAttr OwnedCreateTemplate
-
OwnedDGTemplate
public static final MMProfile.VAttr OwnedDGTemplate
-
OwnedDocuStructureRoot
public static final MMProfile.VAttr OwnedDocuStructureRoot
-
OwnedEngineeringSequence
public static final MMProfile.VAttr OwnedEngineeringSequence
-
OwnedFilter
public static final MMProfile.VAttr OwnedFilter
-
OwnedFontColor
public static final MMProfile.VAttr OwnedFontColor
-
OwnedFooter
public static final MMProfile.VAttr OwnedFooter
-
OwnedFormat
public static final MMProfile.VAttr OwnedFormat
-
OwnedHeader
public static final MMProfile.VAttr OwnedHeader
-
OwnedLabel
public static final MMProfile.VAttr OwnedLabel
-
OwnedMenu
public static final MMProfile.VAttr OwnedMenu
-
OwnedRecipe
public static final MMProfile.VAttr OwnedRecipe
-
OwnedRoleExecution
public static final MMProfile.VAttr OwnedRoleExecution
-
OwnedSelection
public static final MMProfile.VAttr OwnedSelection
-
OwnedStereotype
public static final MMProfile.VAttr OwnedStereotype
-
OwnedStructureDefinition
public static final MMProfile.VAttr OwnedStructureDefinition
-
OwnedText
public static final MMProfile.VAttr OwnedText
-
OwnedTitle
public static final MMProfile.VAttr OwnedTitle
-
OwnedTreeStructureRoot
public static final MMProfile.VAttr OwnedTreeStructureRoot
-
OwnedTreeTemplate
public static final MMProfile.VAttr OwnedTreeTemplate
-
OwnedTypeSystem
public static final MMProfile.VAttr OwnedTypeSystem
-
OwnedVerify
public static final MMProfile.VAttr OwnedVerify
-
OwningModel
public static final MMProfile.VAttr OwningModel
-
ProfileApplication
public static final MMProfile.VAttr ProfileApplication
-
ProfileImported
public static final MMProfile.VAttr ProfileImported
-
StereotypeWithConstraint
public static final MMProfile.VAttr StereotypeWithConstraint
-
StereotypeWithFormat
public static final MMProfile.VAttr StereotypeWithFormat
-
TextClassification
public static final MMProfile.VAttr TextClassification
-
-
Method Detail
-
values
public static MMProfile.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 (MMProfile.VAttr c : MMProfile.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 MMProfile.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
-
-