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 SummaryEnum 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 SummaryFields 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 SummaryAll 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- 
NONEpublic static final GraphicalSchemeShapes NONE The 'None' literal object.- See Also:
- NONE_VALUE
 
 - 
FILEpublic static final GraphicalSchemeShapes FILE The 'File' literal object.- See Also:
- FILE_VALUE
 
 - 
FOLDERpublic static final GraphicalSchemeShapes FOLDER The 'Folder' literal object.- See Also:
- FOLDER_VALUE
 
 - 
RIGHT_ARROWpublic static final GraphicalSchemeShapes RIGHT_ARROW The 'Right Arrow' literal object.- See Also:
- RIGHT_ARROW_VALUE
 
 - 
LEFT_ARROWpublic static final GraphicalSchemeShapes LEFT_ARROW The 'Left Arrow' literal object.- See Also:
- LEFT_ARROW_VALUE
 
 - 
UP_ARROWpublic static final GraphicalSchemeShapes UP_ARROW The 'Up Arrow' literal object.- See Also:
- UP_ARROW_VALUE
 
 - 
DOWN_ARROWpublic static final GraphicalSchemeShapes DOWN_ARROW The 'Down Arrow' literal object.- See Also:
- DOWN_ARROW_VALUE
 
 - 
LEFT_RIGHT_ARROWpublic static final GraphicalSchemeShapes LEFT_RIGHT_ARROW The 'Left Right Arrow' literal object.- See Also:
- LEFT_RIGHT_ARROW_VALUE
 
 - 
UP_DOWN_ARROWpublic static final GraphicalSchemeShapes UP_DOWN_ARROW The 'Up Down Arrow' literal object.- See Also:
- UP_DOWN_ARROW_VALUE
 
 - 
VERTICAL_BRACKETSpublic static final GraphicalSchemeShapes VERTICAL_BRACKETS The 'Vertical Brackets' literal object.- See Also:
- VERTICAL_BRACKETS_VALUE
 
 - 
HORIZONTAL_BRACKETSpublic static final GraphicalSchemeShapes HORIZONTAL_BRACKETS The 'Horizontal Brackets' literal object.- See Also:
- HORIZONTAL_BRACKETS_VALUE
 
 - 
DOCUMENTpublic static final GraphicalSchemeShapes DOCUMENT The 'Document' literal object.- See Also:
- DOCUMENT_VALUE
 
 - 
BLOCKpublic static final GraphicalSchemeShapes BLOCK The 'Block' literal object.- See Also:
- BLOCK_VALUE
 
 - 
ELLIPSEpublic static final GraphicalSchemeShapes ELLIPSE The 'Ellipse' literal object.- See Also:
- ELLIPSE_VALUE
 
 
- 
 - 
Field Detail- 
NONE_VALUEpublic static final int NONE_VALUE The 'None' literal value.- See Also:
- NONE, Constant Field Values
 
 - 
FILE_VALUEpublic static final int FILE_VALUE The 'File' literal value.- See Also:
- FILE, Constant Field Values
 
 - 
FOLDER_VALUEpublic static final int FOLDER_VALUE The 'Folder' literal value.- See Also:
- FOLDER, Constant Field Values
 
 - 
RIGHT_ARROW_VALUEpublic static final int RIGHT_ARROW_VALUE The 'Right Arrow' literal value.- See Also:
- RIGHT_ARROW, Constant Field Values
 
 - 
LEFT_ARROW_VALUEpublic static final int LEFT_ARROW_VALUE The 'Left Arrow' literal value.- See Also:
- LEFT_ARROW, Constant Field Values
 
 - 
UP_ARROW_VALUEpublic static final int UP_ARROW_VALUE The 'Up Arrow' literal value.- See Also:
- UP_ARROW, Constant Field Values
 
 - 
DOWN_ARROW_VALUEpublic static final int DOWN_ARROW_VALUE The 'Down Arrow' literal value.- See Also:
- DOWN_ARROW, Constant Field Values
 
 - 
LEFT_RIGHT_ARROW_VALUEpublic static final int LEFT_RIGHT_ARROW_VALUE The 'Left Right Arrow' literal value.- See Also:
- LEFT_RIGHT_ARROW, Constant Field Values
 
 - 
UP_DOWN_ARROW_VALUEpublic static final int UP_DOWN_ARROW_VALUE The 'Up Down Arrow' literal value.- See Also:
- UP_DOWN_ARROW, Constant Field Values
 
 - 
VERTICAL_BRACKETS_VALUEpublic static final int VERTICAL_BRACKETS_VALUE The 'Vertical Brackets' literal value.- See Also:
- VERTICAL_BRACKETS, Constant Field Values
 
 - 
HORIZONTAL_BRACKETS_VALUEpublic static final int HORIZONTAL_BRACKETS_VALUE The 'Horizontal Brackets' literal value.- See Also:
- HORIZONTAL_BRACKETS, Constant Field Values
 
 - 
DOCUMENT_VALUEpublic static final int DOCUMENT_VALUE The 'Document' literal value.- See Also:
- DOCUMENT, Constant Field Values
 
 - 
BLOCK_VALUEpublic static final int BLOCK_VALUE The 'Block' literal value.- See Also:
- BLOCK, Constant Field Values
 
 - 
ELLIPSE_VALUEpublic static final int ELLIPSE_VALUE The 'Ellipse' literal value.- See Also:
- ELLIPSE, Constant Field Values
 
 - 
VALUESpublic static final List<GraphicalSchemeShapes> VALUES A public read-only list of all the 'Graphical Scheme Shapes' enumerators.
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
getpublic 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.
 
 - 
getByNamepublic 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.
 
 - 
getpublic 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.
 
 - 
getValuepublic int getValue() - Specified by:
- getValuein interface- org.eclipse.emf.common.util.Enumerator
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- org.eclipse.emf.common.util.Enumerator
 
 - 
getLiteralpublic String getLiteral() - Specified by:
- getLiteralin interface- org.eclipse.emf.common.util.Enumerator
 
 - 
toStringpublic String toString() Returns the literal value of the enumerator, which is its string representation.- Overrides:
- toStringin class- Enum<GraphicalSchemeShapes>
 
 
- 
 
-