Package com._1c.g5.v8.dt.moxel
Enum Class StandardAppearance
- All Implemented Interfaces:
Serializable
,Comparable<StandardAppearance>
,Constable
,org.eclipse.emf.common.util.Enumerator
public enum StandardAppearance
extends Enum<StandardAppearance>
implements org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'Standard Appearance',
and utility methods for working with them.
- 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 ConstantDescriptionThe 'Asphalt' literal object.The 'Autumn' literal object.The 'Bronze' literal object.The 'Classic' literal object.The 'Classic2' literal object.The 'Classic3' literal object.The 'Copper' literal object.The 'Grass' literal object.The 'Ice' literal object.The 'Interface' literal object.The 'None' literal object.The 'Orange' literal object.The 'Platinum' literal object.The 'Sand' literal object.The 'Silver' literal object.The 'Spring' literal object.The 'Stone' literal object.The 'Summer' literal object.The 'Textile' literal object.The 'Turquoise' literal object.The 'Winter' literal object.The 'Wood' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Asphalt' literal value.static final int
The 'Autumn' literal value.static final int
The 'Bronze' literal value.static final int
The 'Classic' literal value.static final int
The 'Classic2' literal value.static final int
The 'Classic3' literal value.static final int
The 'Copper' literal value.static final int
The 'Grass' literal value.static final int
The 'Ice' literal value.static final int
The 'Interface' literal value.static final int
The 'None' literal value.static final int
The 'Orange' literal value.static final int
The 'Platinum' literal value.static final int
The 'Sand' literal value.static final int
The 'Silver' literal value.static final int
The 'Spring' literal value.static final int
The 'Stone' literal value.static final int
The 'Summer' literal value.static final int
The 'Textile' literal value.static final int
The 'Turquoise' literal value.static final List<StandardAppearance>
A public read-only list of all the 'Standard Appearance' enumerators.static final int
The 'Winter' literal value.static final int
The 'Wood' literal value. -
Method Summary
Modifier and TypeMethodDescriptionstatic StandardAppearance
get
(int value) Returns the 'Standard Appearance' literal with the specified integer value.static StandardAppearance
Returns the 'Standard Appearance' literal with the specified literal value.static StandardAppearance
Returns the 'Standard Appearance' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static StandardAppearance
Returns the enum constant of this class with the specified name.static StandardAppearance[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
The 'None' literal object.- See Also:
-
STONE
The 'Stone' literal object.- See Also:
-
CLASSIC
The 'Classic' literal object.- See Also:
-
CLASSIC2
The 'Classic2' literal object.- See Also:
-
CLASSIC3
The 'Classic3' literal object.- See Also:
-
SPRING
The 'Spring' literal object.- See Also:
-
SUMMER
The 'Summer' literal object.- See Also:
-
AUTUMN
The 'Autumn' literal object.- See Also:
-
WINTER
The 'Winter' literal object.- See Also:
-
ASPHALT
The 'Asphalt' literal object.- See Also:
-
COPPER
The 'Copper' literal object.- See Also:
-
BRONZE
The 'Bronze' literal object.- See Also:
-
PLATINUM
The 'Platinum' literal object.- See Also:
-
SILVER
The 'Silver' literal object.- See Also:
-
TURQUOISE
The 'Turquoise' literal object.- See Also:
-
SAND
The 'Sand' literal object.- See Also:
-
GRASS
The 'Grass' literal object.- See Also:
-
ICE
The 'Ice' literal object.- See Also:
-
ORANGE
The 'Orange' literal object.- See Also:
-
TEXTILE
The 'Textile' literal object.- See Also:
-
WOOD
The 'Wood' literal object.- See Also:
-
INTERFACE
The 'Interface' literal object.- See Also:
-
-
Field Details
-
NONE_VALUE
public static final int NONE_VALUEThe 'None' literal value.- See Also:
-
STONE_VALUE
public static final int STONE_VALUEThe 'Stone' literal value.- See Also:
-
CLASSIC_VALUE
public static final int CLASSIC_VALUEThe 'Classic' literal value.- See Also:
-
CLASSIC2_VALUE
public static final int CLASSIC2_VALUEThe 'Classic2' literal value.- See Also:
-
CLASSIC3_VALUE
public static final int CLASSIC3_VALUEThe 'Classic3' literal value.- See Also:
-
SPRING_VALUE
public static final int SPRING_VALUEThe 'Spring' literal value.- See Also:
-
SUMMER_VALUE
public static final int SUMMER_VALUEThe 'Summer' literal value.- See Also:
-
AUTUMN_VALUE
public static final int AUTUMN_VALUEThe 'Autumn' literal value.- See Also:
-
WINTER_VALUE
public static final int WINTER_VALUEThe 'Winter' literal value.- See Also:
-
ASPHALT_VALUE
public static final int ASPHALT_VALUEThe 'Asphalt' literal value.- See Also:
-
COPPER_VALUE
public static final int COPPER_VALUEThe 'Copper' literal value.- See Also:
-
BRONZE_VALUE
public static final int BRONZE_VALUEThe 'Bronze' literal value.- See Also:
-
PLATINUM_VALUE
public static final int PLATINUM_VALUEThe 'Platinum' literal value.- See Also:
-
SILVER_VALUE
public static final int SILVER_VALUEThe 'Silver' literal value.- See Also:
-
TURQUOISE_VALUE
public static final int TURQUOISE_VALUEThe 'Turquoise' literal value.- See Also:
-
SAND_VALUE
public static final int SAND_VALUEThe 'Sand' literal value.- See Also:
-
GRASS_VALUE
public static final int GRASS_VALUEThe 'Grass' literal value.- See Also:
-
ICE_VALUE
public static final int ICE_VALUEThe 'Ice' literal value.- See Also:
-
ORANGE_VALUE
public static final int ORANGE_VALUEThe 'Orange' literal value.- See Also:
-
TEXTILE_VALUE
public static final int TEXTILE_VALUEThe 'Textile' literal value.- See Also:
-
WOOD_VALUE
public static final int WOOD_VALUEThe 'Wood' literal value.- See Also:
-
INTERFACE_VALUE
public static final int INTERFACE_VALUEThe 'Interface' literal value.- See Also:
-
VALUES
A public read-only list of all the 'Standard Appearance' 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 'Standard Appearance' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
Returns the 'Standard Appearance' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
Returns the 'Standard Appearance' 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 interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<StandardAppearance>
-