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 BLOCK
The 'Block' literal object.DOCUMENT
The 'Document' literal object.DOWN_ARROW
The 'Down Arrow' literal object.ELLIPSE
The 'Ellipse' literal object.FILE
The 'File' literal object.FOLDER
The 'Folder' literal object.HORIZONTAL_BRACKETS
The 'Horizontal Brackets' literal object.LEFT_ARROW
The 'Left Arrow' literal object.LEFT_RIGHT_ARROW
The 'Left Right Arrow' literal object.NONE
The 'None' literal object.RIGHT_ARROW
The 'Right Arrow' literal object.UP_ARROW
The 'Up Arrow' literal object.UP_DOWN_ARROW
The 'Up Down Arrow' literal object.VERTICAL_BRACKETS
The 'Vertical Brackets' literal object.
-
Field Summary
Fields Modifier and Type Field Description static int
BLOCK_VALUE
The 'Block' literal value.static int
DOCUMENT_VALUE
The 'Document' literal value.static int
DOWN_ARROW_VALUE
The 'Down Arrow' literal value.static int
ELLIPSE_VALUE
The 'Ellipse' literal value.static int
FILE_VALUE
The 'File' literal value.static int
FOLDER_VALUE
The 'Folder' literal value.static int
HORIZONTAL_BRACKETS_VALUE
The 'Horizontal Brackets' literal value.static int
LEFT_ARROW_VALUE
The 'Left Arrow' literal value.static int
LEFT_RIGHT_ARROW_VALUE
The 'Left Right Arrow' literal value.static int
NONE_VALUE
The 'None' literal value.static int
RIGHT_ARROW_VALUE
The 'Right Arrow' literal value.static int
UP_ARROW_VALUE
The 'Up Arrow' literal value.static int
UP_DOWN_ARROW_VALUE
The 'Up Down Arrow' literal value.static List<GraphicalSchemeShapes>
VALUES
A public read-only list of all the 'Graphical Scheme Shapes' enumerators.static int
VERTICAL_BRACKETS_VALUE
The 'Vertical Brackets' literal value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphicalSchemeShapes
get(int value)
Returns the 'Graphical Scheme Shapes' literal with the specified integer value.static GraphicalSchemeShapes
get(String literal)
Returns the 'Graphical Scheme Shapes' literal with the specified literal value.static GraphicalSchemeShapes
getByName(String name)
Returns the 'Graphical Scheme Shapes' 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 GraphicalSchemeShapes
valueOf(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:
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<GraphicalSchemeShapes>
-
-