Enum RuleType
- All Implemented Interfaces:
Serializable
,Comparable<RuleType>
,java.lang.constant.Constable
,org.eclipse.emf.common.util.Enumerator
Deprecated.
only reserved for compatibility
A representation of the literals of the enumeration '
Rule Type', and utility methods for working with them.
This type represents the possible rule types for use in Query objects.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.The 'Filter' literal object.Deprecated.The 'Link' literal object.Deprecated.The 'Suppress' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated.The 'Filter' literal value.static final int
Deprecated.The 'Link' literal value.static final int
Deprecated.The 'Suppress' literal value.Deprecated.A public read-only list of all the 'Rule Type' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic RuleType
get
(int value) Deprecated.Returns the 'Rule Type' literal with the specified integer value.static RuleType
Deprecated.Returns the 'Rule Type' literal with the specified literal value.static RuleType
Deprecated.Returns the 'Rule Type' literal with the specified name.Deprecated.getName()
Deprecated.int
getValue()
Deprecated.toString()
Deprecated.Returns the literal value of the enumerator, which is its string representation.static RuleType
Deprecated.Returns the enum constant of this type with the specified name.static RuleType[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
FILTER_LITERAL
Deprecated.The 'Filter' literal object.If the meaning of 'Filter' literal object isn't clear, there really should be more of a description here...
- See Also:
-
SUPPRESS_LITERAL
Deprecated.The 'Suppress' literal object.If the meaning of 'Suppress' literal object isn't clear, there really should be more of a description here...
- See Also:
-
LINK_LITERAL
Deprecated.The 'Link' literal object.If the meaning of 'Link' literal object isn't clear, there really should be more of a description here...
- See Also:
-
-
Field Details
-
FILTER
public static final int FILTERDeprecated.The 'Filter' literal value.- See Also:
-
SUPPRESS
public static final int SUPPRESSDeprecated.The 'Suppress' literal value.- See Also:
-
LINK
public static final int LINKDeprecated.The 'Link' literal value.- See Also:
-
VALUES
Deprecated.A public read-only list of all the 'Rule Type' enumerators.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.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:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
get
Deprecated.Returns the 'Rule Type' literal with the specified literal value. -
getByName
Deprecated.Returns the 'Rule Type' literal with the specified name. -
get
Deprecated.Returns the 'Rule Type' literal with the specified integer value. -
getValue
public int getValue()Deprecated.- Specified by:
getValue
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
Deprecated.- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
Deprecated.- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
Deprecated.Returns the literal value of the enumerator, which is its string representation.
-