Enum Class RuleCombiningAlgorihtm
java.lang.Object
java.lang.Enum<RuleCombiningAlgorihtm>
org.palladiosimulator.pcm.confidentiality.context.policy.RuleCombiningAlgorihtm
- All Implemented Interfaces:
Serializable
,Comparable<RuleCombiningAlgorihtm>
,Constable
,Enumerator
A representation of the literals of the enumeration 'Rule Combining Algorihtm',
and utility methods for working with them.
- See Also:
- Generated class or method.
- EMF model class or method.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThe 'DENY OVERRIDES' literal object.The 'DENY UNLESS PERMIT' literal object.The 'FIRST APPLICABLE' literal object.The 'ONLY ONE APPLICABLE' literal object.The 'ORDERED DENY OVERRIDES' literal object.The 'ORDERED PERMIT OVERRIDES' literal object.The 'PERMIT OVERRIDES' literal object.The 'PERMIT UNLESS DENY' literal object. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The 'DENY OVERRIDES' literal value.static final int
The 'DENY UNLESS PERMIT' literal value.static final int
The 'FIRST APPLICABLE' literal value.static final int
The 'ONLY ONE APPLICABLE' literal value.static final int
The 'ORDERED DENY OVERRIDES' literal value.static final int
The 'ORDERED PERMIT OVERRIDES' literal value.static final int
The 'PERMIT OVERRIDES' literal value.static final int
The 'PERMIT UNLESS DENY' literal value.static final List<RuleCombiningAlgorihtm>
A public read-only list of all the 'Rule Combining Algorihtm' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic RuleCombiningAlgorihtm
get
(int value) Returns the 'Rule Combining Algorihtm' literal with the specified integer value.static RuleCombiningAlgorihtm
Returns the 'Rule Combining Algorihtm' literal with the specified literal value.static RuleCombiningAlgorihtm
Returns the 'Rule Combining Algorihtm' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static RuleCombiningAlgorihtm
Returns the enum constant of this class with the specified name.static RuleCombiningAlgorihtm[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DENY_OVERRIDES
The 'DENY OVERRIDES' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
PERMIT_OVERRIDES
The 'PERMIT OVERRIDES' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
FIRST_APPLICABLE
The 'FIRST APPLICABLE' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
ONLY_ONE_APPLICABLE
The 'ONLY ONE APPLICABLE' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
ORDERED_DENY_OVERRIDES
The 'ORDERED DENY OVERRIDES' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
ORDERED_PERMIT_OVERRIDES
The 'ORDERED PERMIT OVERRIDES' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
DENY_UNLESS_PERMIT
The 'DENY UNLESS PERMIT' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
PERMIT_UNLESS_DENY
The 'PERMIT UNLESS DENY' literal object.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Field Details
-
DENY_OVERRIDES_VALUE
public static final int DENY_OVERRIDES_VALUEThe 'DENY OVERRIDES' literal value.- See Also:
- Generated class or method.
- EMF model class or method.
- Ordered collection.
-
PERMIT_OVERRIDES_VALUE
public static final int PERMIT_OVERRIDES_VALUEThe 'PERMIT OVERRIDES' literal value.- See Also:
- Generated class or method.
- EMF model class or method.
- Ordered collection.
-
FIRST_APPLICABLE_VALUE
public static final int FIRST_APPLICABLE_VALUEThe 'FIRST APPLICABLE' literal value.- See Also:
- Generated class or method.
- EMF model class or method.
- Ordered collection.
-
ONLY_ONE_APPLICABLE_VALUE
public static final int ONLY_ONE_APPLICABLE_VALUEThe 'ONLY ONE APPLICABLE' literal value.- See Also:
- Generated class or method.
- EMF model class or method.
- Ordered collection.
-
ORDERED_DENY_OVERRIDES_VALUE
public static final int ORDERED_DENY_OVERRIDES_VALUEThe 'ORDERED DENY OVERRIDES' literal value.- See Also:
- Generated class or method.
- EMF model class or method.
- Ordered collection.
-
ORDERED_PERMIT_OVERRIDES_VALUE
public static final int ORDERED_PERMIT_OVERRIDES_VALUEThe 'ORDERED PERMIT OVERRIDES' literal value.- See Also:
- Generated class or method.
- EMF model class or method.
- Ordered collection.
-
DENY_UNLESS_PERMIT_VALUE
public static final int DENY_UNLESS_PERMIT_VALUEThe 'DENY UNLESS PERMIT' literal value.- See Also:
- Generated class or method.
- EMF model class or method.
- Ordered collection.
-
PERMIT_UNLESS_DENY_VALUE
public static final int PERMIT_UNLESS_DENY_VALUEThe 'PERMIT UNLESS DENY' literal value.- See Also:
- Generated class or method.
- EMF model class or method.
- Ordered collection.
-
VALUES
A public read-only list of all the 'Rule Combining Algorihtm' enumerators.- Generated class or method.
-
-
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
-
get
Returns the 'Rule Combining Algorihtm' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
. - Generated class or method.
-
getByName
Returns the 'Rule Combining Algorihtm' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
. - Generated class or method.
-
get
Returns the 'Rule Combining Algorihtm' literal with the specified integer value.- Parameters:
value
- the integer value.- Returns:
- the matching enumerator or
null
. - Generated class or method.
-
getValue
public int getValue()- Specified by:
getValue
in interfaceEnumerator
- Generated class or method.
-
getName
- Specified by:
getName
in interfaceEnumerator
- Generated class or method.
-
getLiteral
- Specified by:
getLiteral
in interfaceEnumerator
- Generated class or method.
-
toString
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<RuleCombiningAlgorihtm>
- Generated class or method.
-