Enum Class AesheticCriteriaType
- All Implemented Interfaces:
Serializable
,Comparable<AesheticCriteriaType>
,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 'MAXANGULARRESOLUTION' literal object.The 'MAXBENDS' literal object.The 'MAXEDGELENGTH' literal object.The 'MAXSYMMETRIES' literal object.The 'MINAREA' literal object.The 'MINASPECTRATIO' literal object.The 'MINBENDS' literal object.The 'MINCROSSINGS' literal object.The 'MINEDGELENGTH' literal object.The 'MINSLOPES' literal object.The 'UNIFORMBENDS' literal object.The 'UNIFORMEDGELENGTH' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'MAXANGULARRESOLUTION' literal value.static final int
The 'MAXBENDS' literal value.static final int
The 'MAXEDGELENGTH' literal value.static final int
The 'MAXSYMMETRIES' literal value.static final int
The 'MINAREA' literal value.static final int
The 'MINASPECTRATIO' literal value.static final int
The 'MINBENDS' literal value.static final int
The 'MINCROSSINGS' literal value.static final int
The 'MINEDGELENGTH' literal value.static final int
The 'MINSLOPES' literal value.static final int
The 'UNIFORMBENDS' literal value.static final int
The 'UNIFORMEDGELENGTH' literal value.static final List<AesheticCriteriaType>
A public read-only list of all the 'Aeshetic Criteria Type' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic AesheticCriteriaType
get
(int value) Returns the 'Aeshetic Criteria Type' literal with the specified integer value.static AesheticCriteriaType
Returns the 'Aeshetic Criteria Type' literal with the specified literal value.static AesheticCriteriaType
Returns the 'Aeshetic Criteria Type' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static AesheticCriteriaType
Returns the enum constant of this class with the specified name.static AesheticCriteriaType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MINCROSSINGS
The 'MINCROSSINGS' literal object.- See Also:
-
MINAREA
The 'MINAREA' literal object.- See Also:
-
MINBENDS
The 'MINBENDS' literal object.- See Also:
-
MAXBENDS
The 'MAXBENDS' literal object.- See Also:
-
UNIFORMBENDS
The 'UNIFORMBENDS' literal object.- See Also:
-
MINSLOPES
The 'MINSLOPES' literal object.- See Also:
-
MINEDGELENGTH
The 'MINEDGELENGTH' literal object.- See Also:
-
MAXEDGELENGTH
The 'MAXEDGELENGTH' literal object.- See Also:
-
UNIFORMEDGELENGTH
The 'UNIFORMEDGELENGTH' literal object.- See Also:
-
MAXANGULARRESOLUTION
The 'MAXANGULARRESOLUTION' literal object.- See Also:
-
MINASPECTRATIO
The 'MINASPECTRATIO' literal object.- See Also:
-
MAXSYMMETRIES
The 'MAXSYMMETRIES' literal object.- See Also:
-
-
Field Details
-
MINCROSSINGS_VALUE
public static final int MINCROSSINGS_VALUEThe 'MINCROSSINGS' literal value.If the meaning of 'MINCROSSINGS' literal object isn't clear, there really should be more of a description here...
- See Also:
-
MINAREA_VALUE
public static final int MINAREA_VALUEThe 'MINAREA' literal value.If the meaning of 'MINAREA' literal object isn't clear, there really should be more of a description here...
- See Also:
-
MINBENDS_VALUE
public static final int MINBENDS_VALUEThe 'MINBENDS' literal value.If the meaning of 'MINBENDS' literal object isn't clear, there really should be more of a description here...
- See Also:
-
MAXBENDS_VALUE
public static final int MAXBENDS_VALUEThe 'MAXBENDS' literal value.If the meaning of 'MAXBENDS' literal object isn't clear, there really should be more of a description here...
- See Also:
-
UNIFORMBENDS_VALUE
public static final int UNIFORMBENDS_VALUEThe 'UNIFORMBENDS' literal value.If the meaning of 'UNIFORMBENDS' literal object isn't clear, there really should be more of a description here...
- See Also:
-
MINSLOPES_VALUE
public static final int MINSLOPES_VALUEThe 'MINSLOPES' literal value.If the meaning of 'MINSLOPES' literal object isn't clear, there really should be more of a description here...
- See Also:
-
MINEDGELENGTH_VALUE
public static final int MINEDGELENGTH_VALUEThe 'MINEDGELENGTH' literal value.If the meaning of 'MINEDGELENGTH' literal object isn't clear, there really should be more of a description here...
- See Also:
-
MAXEDGELENGTH_VALUE
public static final int MAXEDGELENGTH_VALUEThe 'MAXEDGELENGTH' literal value.If the meaning of 'MAXEDGELENGTH' literal object isn't clear, there really should be more of a description here...
- See Also:
-
UNIFORMEDGELENGTH_VALUE
public static final int UNIFORMEDGELENGTH_VALUEThe 'UNIFORMEDGELENGTH' literal value.If the meaning of 'UNIFORMEDGELENGTH' literal object isn't clear, there really should be more of a description here...
- See Also:
-
MAXANGULARRESOLUTION_VALUE
public static final int MAXANGULARRESOLUTION_VALUEThe 'MAXANGULARRESOLUTION' literal value.If the meaning of 'MAXANGULARRESOLUTION' literal object isn't clear, there really should be more of a description here...
- See Also:
-
MINASPECTRATIO_VALUE
public static final int MINASPECTRATIO_VALUEThe 'MINASPECTRATIO' literal value.If the meaning of 'MINASPECTRATIO' literal object isn't clear, there really should be more of a description here...
- See Also:
-
MAXSYMMETRIES_VALUE
public static final int MAXSYMMETRIES_VALUEThe 'MAXSYMMETRIES' literal value.If the meaning of 'MAXSYMMETRIES' 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 'Aeshetic Criteria 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 'Aeshetic Criteria Type' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
Returns the 'Aeshetic Criteria Type' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
Returns the 'Aeshetic Criteria 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<AesheticCriteriaType>
-