Enum Class ADModel.VAttr

java.lang.Object
java.lang.Enum<ADModel.VAttr>
de.mid.innovator.srv2api.icw2meta.ADModel.VAttr
All Implemented Interfaces:
K_VATTR, Serializable, Comparable<ADModel.VAttr>, Constable
Enclosing interface:
ADModel

public static enum ADModel.VAttr extends Enum<ADModel.VAttr> implements K_VATTR
  • Enum Constant Details

    • AllLockAble

      public static final ADModel.VAttr AllLockAble
    • AllowGenerationSvg

      public static final ADModel.VAttr AllowGenerationSvg
    • 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
    • ConceptualModels

      public static final ADModel.VAttr ConceptualModels
    • DataModels

      public static final ADModel.VAttr DataModels
    • DatabaseModels

      public static final ADModel.VAttr DatabaseModels
    • DetailRoot

      public static final ADModel.VAttr DetailRoot
    • ExportWithUserNotification

      public static final ADModel.VAttr ExportWithUserNotification
    • HasNotifyElements

      public static final ADModel.VAttr HasNotifyElements
    • Index

      public static final ADModel.VAttr Index
    • InitializeModelVersion

      public static final ADModel.VAttr InitializeModelVersion
    • IsModelNotificationActive

      public static final ADModel.VAttr IsModelNotificationActive
    • LicenseList

      public static final ADModel.VAttr LicenseList
    • MD5HashOfMapping

      public static final ADModel.VAttr MD5HashOfMapping
    • ManageUserNotification

      public static final ADModel.VAttr ManageUserNotification
    • MdlAdmin

      public static final ADModel.VAttr MdlAdmin
    • MdlGeneratorSvg

      public static final ADModel.VAttr MdlGeneratorSvg
    • 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
    • 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
    • OwnedVersion

      public static final ADModel.VAttr OwnedVersion
    • PublishNotifyConfigured

      public static final ADModel.VAttr PublishNotifyConfigured
    • PublishNotifyModified

      public static final ADModel.VAttr PublishNotifyModified
    • 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 Details

    • values

      public static ADModel.VAttr[] 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

      public static ADModel.VAttr valueOf(String name)
      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
    • toInt

      public int toInt()
      Returns a specific integer value for the enumeration constant. This method is needed to serialize enumeration constants.
      Specified by:
      toInt in interface K_VATTR
      Returns:
      the specified value of the enumeration constant