- All Implemented Interfaces:
Serializable,Comparable<LabelExpression.Type>,Constable
- Enclosing class:
- LabelExpression
@Deprecated(forRemoval=true)
public static enum LabelExpression.Type
extends Enum<LabelExpression.Type>
Deprecated, for removal: This API element is subject to removal in a future version.
Type of this expression.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.A list of values, conjugated.Deprecated, for removal: This API element is subject to removal in a future version.A list of values, disjoined.Deprecated, for removal: This API element is subject to removal in a future version.A conjunction.Deprecated, for removal: This API element is subject to removal in a future version.A disjunction.Deprecated, for removal: This API element is subject to removal in a future version.A leaf. -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Deprecated, for removal: This API element is subject to removal in a future version.Returns a representation of this type.static LabelExpression.TypeDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static LabelExpression.Type[]values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LEAF
Deprecated, for removal: This API element is subject to removal in a future version.A leaf. -
COLON_CONJUNCTION
Deprecated, for removal: This API element is subject to removal in a future version.A list of values, conjugated. -
COLON_DISJUNCTION
Deprecated, for removal: This API element is subject to removal in a future version.A list of values, disjoined. -
CONJUNCTION
Deprecated, for removal: This API element is subject to removal in a future version.A conjunction. -
DISJUNCTION
Deprecated, for removal: This API element is subject to removal in a future version.A disjunction.
-
-
Method Details
-
values
Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version.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
-
getValue
Deprecated, for removal: This API element is subject to removal in a future version.Returns a representation of this type.- Returns:
- a representation of this type
-
Labelsand its associated type