Enum Class RelativePositionType
- All Implemented Interfaces:
Serializable
,Comparable<RelativePositionType>
,Constable
,Enumerator
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe 'After' literal object.The 'Before' literal object.The 'Begins' literal object.The 'Begun By' literal object.The 'Contains' literal object.The 'During' literal object.The 'Ended By' literal object.The 'Ends' literal object.The 'Equals' literal object.The 'Meets' literal object.The 'Met By' literal object.The 'Overlapped By' literal object.The 'Overlaps' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'After' literal value.static final int
The 'Before' literal value.static final int
The 'Begins' literal value.static final int
The 'Begun By' literal value.static final int
The 'Contains' literal value.static final int
The 'During' literal value.static final int
The 'Ended By' literal value.static final int
The 'Ends' literal value.static final int
The 'Equals' literal value.static final int
The 'Meets' literal value.static final int
The 'Met By' literal value.static final int
The 'Overlapped By' literal value.static final int
The 'Overlaps' literal value.static final List<RelativePositionType>
A public read-only list of all the 'Relative Position Type' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic RelativePositionType
get
(int value) Returns the 'Relative Position Type' literal with the specified integer value.static RelativePositionType
Returns the 'Relative Position Type' literal with the specified literal value.static RelativePositionType
Returns the 'Relative Position Type' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static RelativePositionType
Returns the enum constant of this class with the specified name.static RelativePositionType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BEFORE
The 'Before' literal object.- See Also:
-
AFTER
The 'After' literal object.- See Also:
-
BEGINS
The 'Begins' literal object.- See Also:
-
ENDS
The 'Ends' literal object.- See Also:
-
DURING
The 'During' literal object.- See Also:
-
EQUALS
The 'Equals' literal object.- See Also:
-
CONTAINS
The 'Contains' literal object.- See Also:
-
OVERLAPS
The 'Overlaps' literal object.- See Also:
-
MEETS
The 'Meets' literal object.- See Also:
-
OVERLAPPED_BY
The 'Overlapped By' literal object.- See Also:
-
MET_BY
The 'Met By' literal object.- See Also:
-
BEGUN_BY
The 'Begun By' literal object.- See Also:
-
ENDED_BY
The 'Ended By' literal object.- See Also:
-
-
Field Details
-
BEFORE_VALUE
public static final int BEFORE_VALUEThe 'Before' literal value.If the meaning of 'Before' literal object isn't clear, there really should be more of a description here...
- See Also:
-
AFTER_VALUE
public static final int AFTER_VALUEThe 'After' literal value.If the meaning of 'After' literal object isn't clear, there really should be more of a description here...
- See Also:
-
BEGINS_VALUE
public static final int BEGINS_VALUEThe 'Begins' literal value.If the meaning of 'Begins' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ENDS_VALUE
public static final int ENDS_VALUEThe 'Ends' literal value.If the meaning of 'Ends' literal object isn't clear, there really should be more of a description here...
- See Also:
-
DURING_VALUE
public static final int DURING_VALUEThe 'During' literal value.If the meaning of 'During' literal object isn't clear, there really should be more of a description here...
- See Also:
-
EQUALS_VALUE
public static final int EQUALS_VALUEThe 'Equals' literal value.If the meaning of 'Equals' literal object isn't clear, there really should be more of a description here...
- See Also:
-
CONTAINS_VALUE
public static final int CONTAINS_VALUEThe 'Contains' literal value.If the meaning of 'Contains' literal object isn't clear, there really should be more of a description here...
- See Also:
-
OVERLAPS_VALUE
public static final int OVERLAPS_VALUEThe 'Overlaps' literal value.If the meaning of 'Overlaps' literal object isn't clear, there really should be more of a description here...
- See Also:
-
MEETS_VALUE
public static final int MEETS_VALUEThe 'Meets' literal value.If the meaning of 'Meets' literal object isn't clear, there really should be more of a description here...
- See Also:
-
OVERLAPPED_BY_VALUE
public static final int OVERLAPPED_BY_VALUEThe 'Overlapped By' literal value.If the meaning of 'Overlapped By' literal object isn't clear, there really should be more of a description here...
- See Also:
-
MET_BY_VALUE
public static final int MET_BY_VALUEThe 'Met By' literal value.If the meaning of 'Met By' literal object isn't clear, there really should be more of a description here...
- See Also:
-
BEGUN_BY_VALUE
public static final int BEGUN_BY_VALUEThe 'Begun By' literal value.If the meaning of 'Begun By' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ENDED_BY_VALUE
public static final int ENDED_BY_VALUEThe 'Ended By' literal value.If the meaning of 'Ended By' literal object isn't clear, there really should be more of a description here...
- See Also:
-
VALUES
A public read-only list of all the 'Relative Position Type' enumerators.
-
-
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 'Relative Position Type' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
Returns the 'Relative Position Type' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
Returns the 'Relative Position Type' literal with the specified integer value.- Parameters:
value
- the integer value.- Returns:
- the matching enumerator or
null
.
-
getValue
public int getValue()- Specified by:
getValue
in interfaceEnumerator
-
getName
- Specified by:
getName
in interfaceEnumerator
-
getLiteral
- Specified by:
getLiteral
in interfaceEnumerator
-
toString
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<RelativePositionType>
-