Package com._1c.g5.v8.dt.bp.scheme.model
Enum GraphicalSchemeShapes
- java.lang.Object
-
- java.lang.Enum<GraphicalSchemeShapes>
-
- com._1c.g5.v8.dt.bp.scheme.model.GraphicalSchemeShapes
-
- All Implemented Interfaces:
Serializable,Comparable<GraphicalSchemeShapes>,org.eclipse.emf.common.util.Enumerator
public enum GraphicalSchemeShapes extends Enum<GraphicalSchemeShapes> implements org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'Graphical Scheme Shapes', and utility methods for working with them.- See Also:
ModelPackage.getGraphicalSchemeShapes()
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BLOCKThe 'Block' literal object.DOCUMENTThe 'Document' literal object.DOWN_ARROWThe 'Down Arrow' literal object.ELLIPSEThe 'Ellipse' literal object.FILEThe 'File' literal object.FOLDERThe 'Folder' literal object.HORIZONTAL_BRACKETSThe 'Horizontal Brackets' literal object.LEFT_ARROWThe 'Left Arrow' literal object.LEFT_RIGHT_ARROWThe 'Left Right Arrow' literal object.NONEThe 'None' literal object.RIGHT_ARROWThe 'Right Arrow' literal object.UP_ARROWThe 'Up Arrow' literal object.UP_DOWN_ARROWThe 'Up Down Arrow' literal object.VERTICAL_BRACKETSThe 'Vertical Brackets' literal object.
-
Field Summary
Fields Modifier and Type Field Description static intBLOCK_VALUEThe 'Block' literal value.static intDOCUMENT_VALUEThe 'Document' literal value.static intDOWN_ARROW_VALUEThe 'Down Arrow' literal value.static intELLIPSE_VALUEThe 'Ellipse' literal value.static intFILE_VALUEThe 'File' literal value.static intFOLDER_VALUEThe 'Folder' literal value.static intHORIZONTAL_BRACKETS_VALUEThe 'Horizontal Brackets' literal value.static intLEFT_ARROW_VALUEThe 'Left Arrow' literal value.static intLEFT_RIGHT_ARROW_VALUEThe 'Left Right Arrow' literal value.static intNONE_VALUEThe 'None' literal value.static intRIGHT_ARROW_VALUEThe 'Right Arrow' literal value.static intUP_ARROW_VALUEThe 'Up Arrow' literal value.static intUP_DOWN_ARROW_VALUEThe 'Up Down Arrow' literal value.static List<GraphicalSchemeShapes>VALUESA public read-only list of all the 'Graphical Scheme Shapes' enumerators.static intVERTICAL_BRACKETS_VALUEThe 'Vertical Brackets' literal value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphicalSchemeShapesget(int value)Returns the 'Graphical Scheme Shapes' literal with the specified integer value.static GraphicalSchemeShapesget(String literal)Returns the 'Graphical Scheme Shapes' literal with the specified literal value.static GraphicalSchemeShapesgetByName(String name)Returns the 'Graphical Scheme Shapes' literal with the specified name.StringgetLiteral()StringgetName()intgetValue()StringtoString()Returns the literal value of the enumerator, which is its string representation.static GraphicalSchemeShapesvalueOf(String name)Returns the enum constant of this type with the specified name.static GraphicalSchemeShapes[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NONE
public static final GraphicalSchemeShapes NONE
The 'None' literal object.- See Also:
NONE_VALUE
-
FILE
public static final GraphicalSchemeShapes FILE
The 'File' literal object.- See Also:
FILE_VALUE
-
FOLDER
public static final GraphicalSchemeShapes FOLDER
The 'Folder' literal object.- See Also:
FOLDER_VALUE
-
RIGHT_ARROW
public static final GraphicalSchemeShapes RIGHT_ARROW
The 'Right Arrow' literal object.- See Also:
RIGHT_ARROW_VALUE
-
LEFT_ARROW
public static final GraphicalSchemeShapes LEFT_ARROW
The 'Left Arrow' literal object.- See Also:
LEFT_ARROW_VALUE
-
UP_ARROW
public static final GraphicalSchemeShapes UP_ARROW
The 'Up Arrow' literal object.- See Also:
UP_ARROW_VALUE
-
DOWN_ARROW
public static final GraphicalSchemeShapes DOWN_ARROW
The 'Down Arrow' literal object.- See Also:
DOWN_ARROW_VALUE
-
LEFT_RIGHT_ARROW
public static final GraphicalSchemeShapes LEFT_RIGHT_ARROW
The 'Left Right Arrow' literal object.- See Also:
LEFT_RIGHT_ARROW_VALUE
-
UP_DOWN_ARROW
public static final GraphicalSchemeShapes UP_DOWN_ARROW
The 'Up Down Arrow' literal object.- See Also:
UP_DOWN_ARROW_VALUE
-
VERTICAL_BRACKETS
public static final GraphicalSchemeShapes VERTICAL_BRACKETS
The 'Vertical Brackets' literal object.- See Also:
VERTICAL_BRACKETS_VALUE
-
HORIZONTAL_BRACKETS
public static final GraphicalSchemeShapes HORIZONTAL_BRACKETS
The 'Horizontal Brackets' literal object.- See Also:
HORIZONTAL_BRACKETS_VALUE
-
DOCUMENT
public static final GraphicalSchemeShapes DOCUMENT
The 'Document' literal object.- See Also:
DOCUMENT_VALUE
-
BLOCK
public static final GraphicalSchemeShapes BLOCK
The 'Block' literal object.- See Also:
BLOCK_VALUE
-
ELLIPSE
public static final GraphicalSchemeShapes ELLIPSE
The 'Ellipse' literal object.- See Also:
ELLIPSE_VALUE
-
-
Field Detail
-
NONE_VALUE
public static final int NONE_VALUE
The 'None' literal value.- See Also:
NONE, Constant Field Values
-
FILE_VALUE
public static final int FILE_VALUE
The 'File' literal value.- See Also:
FILE, Constant Field Values
-
FOLDER_VALUE
public static final int FOLDER_VALUE
The 'Folder' literal value.- See Also:
FOLDER, Constant Field Values
-
RIGHT_ARROW_VALUE
public static final int RIGHT_ARROW_VALUE
The 'Right Arrow' literal value.- See Also:
RIGHT_ARROW, Constant Field Values
-
LEFT_ARROW_VALUE
public static final int LEFT_ARROW_VALUE
The 'Left Arrow' literal value.- See Also:
LEFT_ARROW, Constant Field Values
-
UP_ARROW_VALUE
public static final int UP_ARROW_VALUE
The 'Up Arrow' literal value.- See Also:
UP_ARROW, Constant Field Values
-
DOWN_ARROW_VALUE
public static final int DOWN_ARROW_VALUE
The 'Down Arrow' literal value.- See Also:
DOWN_ARROW, Constant Field Values
-
LEFT_RIGHT_ARROW_VALUE
public static final int LEFT_RIGHT_ARROW_VALUE
The 'Left Right Arrow' literal value.- See Also:
LEFT_RIGHT_ARROW, Constant Field Values
-
UP_DOWN_ARROW_VALUE
public static final int UP_DOWN_ARROW_VALUE
The 'Up Down Arrow' literal value.- See Also:
UP_DOWN_ARROW, Constant Field Values
-
VERTICAL_BRACKETS_VALUE
public static final int VERTICAL_BRACKETS_VALUE
The 'Vertical Brackets' literal value.- See Also:
VERTICAL_BRACKETS, Constant Field Values
-
HORIZONTAL_BRACKETS_VALUE
public static final int HORIZONTAL_BRACKETS_VALUE
The 'Horizontal Brackets' literal value.- See Also:
HORIZONTAL_BRACKETS, Constant Field Values
-
DOCUMENT_VALUE
public static final int DOCUMENT_VALUE
The 'Document' literal value.- See Also:
DOCUMENT, Constant Field Values
-
BLOCK_VALUE
public static final int BLOCK_VALUE
The 'Block' literal value.- See Also:
BLOCK, Constant Field Values
-
ELLIPSE_VALUE
public static final int ELLIPSE_VALUE
The 'Ellipse' literal value.- See Also:
ELLIPSE, Constant Field Values
-
VALUES
public static final List<GraphicalSchemeShapes> VALUES
A public read-only list of all the 'Graphical Scheme Shapes' enumerators.
-
-
Method Detail
-
values
public static GraphicalSchemeShapes[] 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 (GraphicalSchemeShapes c : GraphicalSchemeShapes.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GraphicalSchemeShapes 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 GraphicalSchemeShapes get(String literal)
Returns the 'Graphical Scheme Shapes' literal with the specified literal value.- Parameters:
literal- the literal.- Returns:
- the matching enumerator or
null.
-
getByName
public static GraphicalSchemeShapes getByName(String name)
Returns the 'Graphical Scheme Shapes' literal with the specified name.- Parameters:
name- the name.- Returns:
- the matching enumerator or
null.
-
get
public static GraphicalSchemeShapes get(int value)
Returns the 'Graphical Scheme Shapes' 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<GraphicalSchemeShapes>
-
-