Package com.nomagic.updm.utils
Enum Class UPDMProfile.RuleKindEnum
- All Implemented Interfaces:
Serializable
,Comparable<UPDMProfile.RuleKindEnum>
,Constable
- Enclosing class:
- UPDMProfile
Enumeration of possible kinds for constraints.
-
Enum Constant Summary
Enum ConstantDescriptionStatement that concerns some dynamic aspect of the business.A consent among parties regarding the terms and conditions of activities that said parties participate in.Business Rule, Rule, Restraint, Operational Limitation.Rule derived from another rule.An authoritative statement intended to lead or steer the execution of actions.An OperationalConstraint that specifies policy for information handling, physical security, encryption, etc.Statement that something of importance to the business either exists as a concept of interest or exists in relationship to another thing of interest. -
Method Summary
Modifier and TypeMethodDescriptionstatic UPDMProfile.RuleKindEnum
getText()
static UPDMProfile.RuleKindEnum
toEnum
(EnumerationLiteral literal) static EnumerationLiteral
toEnumerationLiteral
(UPDMProfile profile, UPDMProfile.RuleKindEnum anEnum) static UPDMProfile.RuleKindEnum
Returns the enum constant of this class with the specified name.static UPDMProfile.RuleKindEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
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
Statement that concerns some dynamic aspect of the business. -
DERIVATION
Rule derived from another rule. -
AGREEMENT
A consent among parties regarding the terms and conditions of activities that said parties participate in. -
CONSTRAINT
Business Rule, Rule, Restraint, Operational Limitation. -
GUIDANCE
An authoritative statement intended to lead or steer the execution of actions. -
SECURITYPOLICY
An OperationalConstraint that specifies policy for information handling, physical security, encryption, etc.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getText
-
from
-
toEnum
-
toEnumerationLiteral
@CheckForNull public static EnumerationLiteral toEnumerationLiteral(UPDMProfile profile, UPDMProfile.RuleKindEnum anEnum)
-