Enum Class UPDMProfile.RuleKindEnum

java.lang.Object
java.lang.Enum<UPDMProfile.RuleKindEnum>
com.nomagic.updm.utils.UPDMProfile.RuleKindEnum
All Implemented Interfaces:
Serializable, Comparable<UPDMProfile.RuleKindEnum>, Constable
Enclosing class:
UPDMProfile

public static enum UPDMProfile.RuleKindEnum extends Enum<UPDMProfile.RuleKindEnum>
Enumeration of possible kinds for constraints.
  • Enum Constant Details

    • STRUCTURALASSERTION

      public static final UPDMProfile.RuleKindEnum STRUCTURALASSERTION
      Statement that something of importance to the business either exists as a concept of interest or exists in relationship to another thing of interest.
    • ACTIONASSERTION

      public static final UPDMProfile.RuleKindEnum ACTIONASSERTION
      Statement that concerns some dynamic aspect of the business.
    • DERIVATION

      public static final UPDMProfile.RuleKindEnum DERIVATION
      Rule derived from another rule.
    • AGREEMENT

      public static final UPDMProfile.RuleKindEnum AGREEMENT
      A consent among parties regarding the terms and conditions of activities that said parties participate in.
    • CONSTRAINT

      public static final UPDMProfile.RuleKindEnum CONSTRAINT
      Business Rule, Rule, Restraint, Operational Limitation.
    • GUIDANCE

      public static final UPDMProfile.RuleKindEnum GUIDANCE
      An authoritative statement intended to lead or steer the execution of actions.
    • SECURITYPOLICY

      public static final UPDMProfile.RuleKindEnum SECURITYPOLICY
      An OperationalConstraint that specifies policy for information handling, physical security, encryption, etc.
  • Method Details

    • values

      public static UPDMProfile.RuleKindEnum[] 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 UPDMProfile.RuleKindEnum 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
    • getText

      public String getText()
    • from

      @CheckForNull public static UPDMProfile.RuleKindEnum from(@CheckForNull Object o)
    • toEnum

      @CheckForNull public static UPDMProfile.RuleKindEnum toEnum(EnumerationLiteral literal)
    • toEnumerationLiteral

      @CheckForNull public static EnumerationLiteral toEnumerationLiteral(UPDMProfile profile, UPDMProfile.RuleKindEnum anEnum)