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 ASPHALTThe 'Asphalt' literal object.AUTUMNThe 'Autumn' literal object.BRONZEThe 'Bronze' literal object.CLASSICThe 'Classic' literal object.CLASSIC2The 'Classic2' literal object.CLASSIC3The 'Classic3' literal object.COPPERThe 'Copper' literal object.GRASSThe 'Grass' literal object.ICEThe 'Ice' literal object.INTERFACEThe 'Interface' literal object.NONEThe 'None' literal object.ORANGEThe 'Orange' literal object.PLATINUMThe 'Platinum' literal object.SANDThe 'Sand' literal object.SILVERThe 'Silver' literal object.SPRINGThe 'Spring' literal object.STONEThe 'Stone' literal object.SUMMERThe 'Summer' literal object.TEXTILEThe 'Textile' literal object.TURQUOISEThe 'Turquoise' literal object.WINTERThe 'Winter' literal object.WOODThe 'Wood' literal object.
-
Field Summary
Fields Modifier and Type Field Description static intASPHALT_VALUEThe 'Asphalt' literal value.static intAUTUMN_VALUEThe 'Autumn' literal value.static intBRONZE_VALUEThe 'Bronze' literal value.static intCLASSIC_VALUEThe 'Classic' literal value.static intCLASSIC2_VALUEThe 'Classic2' literal value.static intCLASSIC3_VALUEThe 'Classic3' literal value.static intCOPPER_VALUEThe 'Copper' literal value.static intGRASS_VALUEThe 'Grass' literal value.static intICE_VALUEThe 'Ice' literal value.static intINTERFACE_VALUEThe 'Interface' literal value.static intNONE_VALUEThe 'None' literal value.static intORANGE_VALUEThe 'Orange' literal value.static intPLATINUM_VALUEThe 'Platinum' literal value.static intSAND_VALUEThe 'Sand' literal value.static intSILVER_VALUEThe 'Silver' literal value.static intSPRING_VALUEThe 'Spring' literal value.static intSTONE_VALUEThe 'Stone' literal value.static intSUMMER_VALUEThe 'Summer' literal value.static intTEXTILE_VALUEThe 'Textile' literal value.static intTURQUOISE_VALUEThe 'Turquoise' literal value.static List<StandardAppearance>VALUESA public read-only list of all the 'Standard Appearance' enumerators.static intWINTER_VALUEThe 'Winter' literal value.static intWOOD_VALUEThe 'Wood' literal value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StandardAppearanceget(int value)Returns the 'Standard Appearance' literal with the specified integer value.static StandardAppearanceget(String literal)Returns the 'Standard Appearance' literal with the specified literal value.static StandardAppearancegetByName(String name)Returns the 'Standard Appearance' literal with the specified name.StringgetLiteral()StringgetName()intgetValue()StringtoString()Returns the literal value of the enumerator, which is its string representation.static StandardAppearancevalueOf(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:
getValuein interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
public String getLiteral()
- Specified by:
getLiteralin interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
public String toString()
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toStringin classEnum<StandardAppearance>
-
-