Package com._1c.g5.v8.dt.moxel
Enum StandardAppearance
- java.lang.Object
-
- java.lang.Enum<StandardAppearance>
-
- com._1c.g5.v8.dt.moxel.StandardAppearance
-
- All Implemented Interfaces:
Serializable
,Comparable<StandardAppearance>
,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:
MoxelPackage.getStandardAppearance()
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ASPHALT
The 'Asphalt' literal object.AUTUMN
The 'Autumn' literal object.BRONZE
The 'Bronze' literal object.CLASSIC
The 'Classic' literal object.CLASSIC2
The 'Classic2' literal object.CLASSIC3
The 'Classic3' literal object.COPPER
The 'Copper' literal object.GRASS
The 'Grass' literal object.ICE
The 'Ice' literal object.INTERFACE
The 'Interface' literal object.NONE
The 'None' literal object.ORANGE
The 'Orange' literal object.PLATINUM
The 'Platinum' literal object.SAND
The 'Sand' literal object.SILVER
The 'Silver' literal object.SPRING
The 'Spring' literal object.STONE
The 'Stone' literal object.SUMMER
The 'Summer' literal object.TEXTILE
The 'Textile' literal object.TURQUOISE
The 'Turquoise' literal object.WINTER
The 'Winter' literal object.WOOD
The 'Wood' literal object.
-
Field Summary
Fields Modifier and Type Field Description static int
ASPHALT_VALUE
The 'Asphalt' literal value.static int
AUTUMN_VALUE
The 'Autumn' literal value.static int
BRONZE_VALUE
The 'Bronze' literal value.static int
CLASSIC_VALUE
The 'Classic' literal value.static int
CLASSIC2_VALUE
The 'Classic2' literal value.static int
CLASSIC3_VALUE
The 'Classic3' literal value.static int
COPPER_VALUE
The 'Copper' literal value.static int
GRASS_VALUE
The 'Grass' literal value.static int
ICE_VALUE
The 'Ice' literal value.static int
INTERFACE_VALUE
The 'Interface' literal value.static int
NONE_VALUE
The 'None' literal value.static int
ORANGE_VALUE
The 'Orange' literal value.static int
PLATINUM_VALUE
The 'Platinum' literal value.static int
SAND_VALUE
The 'Sand' literal value.static int
SILVER_VALUE
The 'Silver' literal value.static int
SPRING_VALUE
The 'Spring' literal value.static int
STONE_VALUE
The 'Stone' literal value.static int
SUMMER_VALUE
The 'Summer' literal value.static int
TEXTILE_VALUE
The 'Textile' literal value.static int
TURQUOISE_VALUE
The 'Turquoise' literal value.static List<StandardAppearance>
VALUES
A public read-only list of all the 'Standard Appearance' enumerators.static int
WINTER_VALUE
The 'Winter' literal value.static int
WOOD_VALUE
The 'Wood' literal value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StandardAppearance
get(int value)
Returns the 'Standard Appearance' literal with the specified integer value.static StandardAppearance
get(String literal)
Returns the 'Standard Appearance' literal with the specified literal value.static StandardAppearance
getByName(String name)
Returns the 'Standard Appearance' literal with the specified name.String
getLiteral()
String
getName()
int
getValue()
String
toString()
Returns the literal value of the enumerator, which is its string representation.static StandardAppearance
valueOf(String name)
Returns the enum constant of this type with the specified name.static StandardAppearance[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NONE
public static final StandardAppearance NONE
The 'None' literal object.- See Also:
NONE_VALUE
-
STONE
public static final StandardAppearance STONE
The 'Stone' literal object.- See Also:
STONE_VALUE
-
CLASSIC
public static final StandardAppearance CLASSIC
The 'Classic' literal object.- See Also:
CLASSIC_VALUE
-
CLASSIC2
public static final StandardAppearance CLASSIC2
The 'Classic2' literal object.- See Also:
CLASSIC2_VALUE
-
CLASSIC3
public static final StandardAppearance CLASSIC3
The 'Classic3' literal object.- See Also:
CLASSIC3_VALUE
-
SPRING
public static final StandardAppearance SPRING
The 'Spring' literal object.- See Also:
SPRING_VALUE
-
SUMMER
public static final StandardAppearance SUMMER
The 'Summer' literal object.- See Also:
SUMMER_VALUE
-
AUTUMN
public static final StandardAppearance AUTUMN
The 'Autumn' literal object.- See Also:
AUTUMN_VALUE
-
WINTER
public static final StandardAppearance WINTER
The 'Winter' literal object.- See Also:
WINTER_VALUE
-
ASPHALT
public static final StandardAppearance ASPHALT
The 'Asphalt' literal object.- See Also:
ASPHALT_VALUE
-
COPPER
public static final StandardAppearance COPPER
The 'Copper' literal object.- See Also:
COPPER_VALUE
-
BRONZE
public static final StandardAppearance BRONZE
The 'Bronze' literal object.- See Also:
BRONZE_VALUE
-
PLATINUM
public static final StandardAppearance PLATINUM
The 'Platinum' literal object.- See Also:
PLATINUM_VALUE
-
SILVER
public static final StandardAppearance SILVER
The 'Silver' literal object.- See Also:
SILVER_VALUE
-
TURQUOISE
public static final StandardAppearance TURQUOISE
The 'Turquoise' literal object.- See Also:
TURQUOISE_VALUE
-
SAND
public static final StandardAppearance SAND
The 'Sand' literal object.- See Also:
SAND_VALUE
-
GRASS
public static final StandardAppearance GRASS
The 'Grass' literal object.- See Also:
GRASS_VALUE
-
ICE
public static final StandardAppearance ICE
The 'Ice' literal object.- See Also:
ICE_VALUE
-
ORANGE
public static final StandardAppearance ORANGE
The 'Orange' literal object.- See Also:
ORANGE_VALUE
-
TEXTILE
public static final StandardAppearance TEXTILE
The 'Textile' literal object.- See Also:
TEXTILE_VALUE
-
WOOD
public static final StandardAppearance WOOD
The 'Wood' literal object.- See Also:
WOOD_VALUE
-
INTERFACE
public static final StandardAppearance INTERFACE
The 'Interface' literal object.- See Also:
INTERFACE_VALUE
-
-
Field Detail
-
NONE_VALUE
public static final int NONE_VALUE
The 'None' literal value.- See Also:
NONE
, Constant Field Values
-
STONE_VALUE
public static final int STONE_VALUE
The 'Stone' literal value.- See Also:
STONE
, Constant Field Values
-
CLASSIC_VALUE
public static final int CLASSIC_VALUE
The 'Classic' literal value.- See Also:
CLASSIC
, Constant Field Values
-
CLASSIC2_VALUE
public static final int CLASSIC2_VALUE
The 'Classic2' literal value.- See Also:
CLASSIC2
, Constant Field Values
-
CLASSIC3_VALUE
public static final int CLASSIC3_VALUE
The 'Classic3' literal value.- See Also:
CLASSIC3
, Constant Field Values
-
SPRING_VALUE
public static final int SPRING_VALUE
The 'Spring' literal value.- See Also:
SPRING
, Constant Field Values
-
SUMMER_VALUE
public static final int SUMMER_VALUE
The 'Summer' literal value.- See Also:
SUMMER
, Constant Field Values
-
AUTUMN_VALUE
public static final int AUTUMN_VALUE
The 'Autumn' literal value.- See Also:
AUTUMN
, Constant Field Values
-
WINTER_VALUE
public static final int WINTER_VALUE
The 'Winter' literal value.- See Also:
WINTER
, Constant Field Values
-
ASPHALT_VALUE
public static final int ASPHALT_VALUE
The 'Asphalt' literal value.- See Also:
ASPHALT
, Constant Field Values
-
COPPER_VALUE
public static final int COPPER_VALUE
The 'Copper' literal value.- See Also:
COPPER
, Constant Field Values
-
BRONZE_VALUE
public static final int BRONZE_VALUE
The 'Bronze' literal value.- See Also:
BRONZE
, Constant Field Values
-
PLATINUM_VALUE
public static final int PLATINUM_VALUE
The 'Platinum' literal value.- See Also:
PLATINUM
, Constant Field Values
-
SILVER_VALUE
public static final int SILVER_VALUE
The 'Silver' literal value.- See Also:
SILVER
, Constant Field Values
-
TURQUOISE_VALUE
public static final int TURQUOISE_VALUE
The 'Turquoise' literal value.- See Also:
TURQUOISE
, Constant Field Values
-
SAND_VALUE
public static final int SAND_VALUE
The 'Sand' literal value.- See Also:
SAND
, Constant Field Values
-
GRASS_VALUE
public static final int GRASS_VALUE
The 'Grass' literal value.- See Also:
GRASS
, Constant Field Values
-
ICE_VALUE
public static final int ICE_VALUE
The 'Ice' literal value.- See Also:
ICE
, Constant Field Values
-
ORANGE_VALUE
public static final int ORANGE_VALUE
The 'Orange' literal value.- See Also:
ORANGE
, Constant Field Values
-
TEXTILE_VALUE
public static final int TEXTILE_VALUE
The 'Textile' literal value.- See Also:
TEXTILE
, Constant Field Values
-
WOOD_VALUE
public static final int WOOD_VALUE
The 'Wood' literal value.- See Also:
WOOD
, Constant Field Values
-
INTERFACE_VALUE
public static final int INTERFACE_VALUE
The 'Interface' literal value.- See Also:
INTERFACE
, Constant Field Values
-
VALUES
public static final List<StandardAppearance> VALUES
A public read-only list of all the 'Standard Appearance' enumerators.
-
-
Method Detail
-
values
public static StandardAppearance[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (StandardAppearance c : StandardAppearance.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static StandardAppearance valueOf(String name)
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
public static StandardAppearance get(String literal)
Returns the 'Standard Appearance' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
public static StandardAppearance getByName(String name)
Returns the 'Standard Appearance' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
public static StandardAppearance get(int value)
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
public String getName()
- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
public String getLiteral()
- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
public String toString()
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<StandardAppearance>
-
-