Enum ADModel.VAttr
- java.lang.Object
-
- java.lang.Enum<ADModel.VAttr>
-
- de.mid.innovator.srv2api.icw2meta.ADModel.VAttr
-
- All Implemented Interfaces:
K_VATTR
,java.io.Serializable
,java.lang.Comparable<ADModel.VAttr>
- Enclosing interface:
- ADModel
public static enum ADModel.VAttr extends java.lang.Enum<ADModel.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 ADModel.VAttr
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ADModel.VAttr[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AllLockAble
public static final ADModel.VAttr AllLockAble
-
BackupNameRestriction
public static final ADModel.VAttr BackupNameRestriction
-
Bitmap
public static final ADModel.VAttr Bitmap
-
ChangeSetOptionLogIsActive
public static final ADModel.VAttr ChangeSetOptionLogIsActive
-
ChangeSetOptionLogIsAnonym
public static final ADModel.VAttr ChangeSetOptionLogIsAnonym
-
ChangeSetOptionLogMaxDay
public static final ADModel.VAttr ChangeSetOptionLogMaxDay
-
ChangeSetOptionLogWithExport
public static final ADModel.VAttr ChangeSetOptionLogWithExport
-
ChangeSetOptionSetIsActive
public static final ADModel.VAttr ChangeSetOptionSetIsActive
-
DetailRoot
public static final ADModel.VAttr DetailRoot
-
Index
public static final ADModel.VAttr Index
-
InitializeModelVersion
public static final ADModel.VAttr InitializeModelVersion
-
LicenseList
public static final ADModel.VAttr LicenseList
-
MdlAdmin
public static final ADModel.VAttr MdlAdmin
-
MdlGuest
public static final ADModel.VAttr MdlGuest
-
Method
public static final ADModel.VAttr Method
-
ModelLocaleCode
public static final ADModel.VAttr ModelLocaleCode
-
NestedHierarchyAble
public static final ADModel.VAttr NestedHierarchyAble
-
NestedNamespaceAble
public static final ADModel.VAttr NestedNamespaceAble
-
OwnedAlias
public static final ADModel.VAttr OwnedAlias
-
OwnedApplicationConfiguration
public static final ADModel.VAttr OwnedApplicationConfiguration
-
OwnedBranch
public static final ADModel.VAttr OwnedBranch
-
OwnedCSInstance
public static final ADModel.VAttr OwnedCSInstance
-
OwnedChangeSet
public static final ADModel.VAttr OwnedChangeSet
-
OwnedConfigTranslation
public static final ADModel.VAttr OwnedConfigTranslation
-
OwnedEventLogEntry
public static final ADModel.VAttr OwnedEventLogEntry
-
OwnedMdlLogOption
public static final ADModel.VAttr OwnedMdlLogOption
-
OwnedMdlUser
public static final ADModel.VAttr OwnedMdlUser
-
OwnedModelTranslation
public static final ADModel.VAttr OwnedModelTranslation
-
OwnedProfile
public static final ADModel.VAttr OwnedProfile
-
OwnedProfileTranslation
public static final ADModel.VAttr OwnedProfileTranslation
-
OwnedSystemModel
public static final ADModel.VAttr OwnedSystemModel
-
OwnedUsrRole
public static final ADModel.VAttr OwnedUsrRole
-
Purpose
public static final ADModel.VAttr Purpose
-
Repository
public static final ADModel.VAttr Repository
-
ShutdownRequiresEnvironmentRight
public static final ADModel.VAttr ShutdownRequiresEnvironmentRight
-
TOC
public static final ADModel.VAttr TOC
-
ValidProfile
public static final ADModel.VAttr ValidProfile
-
VersionNameRestriction
public static final ADModel.VAttr VersionNameRestriction
-
-
Method Detail
-
values
public static ADModel.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 (ADModel.VAttr c : ADModel.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 ADModel.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
-
-