Package com._1c.g5.v8.dt.moxel.content
Enum Class Pattern
- All Implemented Interfaces:
Serializable
,Comparable<Pattern>
,Constable
,org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'Pattern',
and utility methods for working with them.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe 'Pattern1' literal object.The 'Pattern10' literal object.The 'Pattern11' literal object.The 'Pattern12' literal object.The 'Pattern13' literal object.The 'Pattern14' literal object.The 'Pattern15' literal object.The 'Pattern16' literal object.The 'Pattern17' literal object.The 'Pattern2' literal object.The 'Pattern3' literal object.The 'Pattern4' literal object.The 'Pattern5' literal object.The 'Pattern6' literal object.The 'Pattern7' literal object.The 'Pattern8' literal object.The 'Pattern9' literal object.The 'Solid' literal object.The 'Without Pattern' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Pattern1' literal value.static final int
The 'Pattern10' literal value.static final int
The 'Pattern11' literal value.static final int
The 'Pattern12' literal value.static final int
The 'Pattern13' literal value.static final int
The 'Pattern14' literal value.static final int
The 'Pattern15' literal value.static final int
The 'Pattern16' literal value.static final int
The 'Pattern17' literal value.static final int
The 'Pattern2' literal value.static final int
The 'Pattern3' literal value.static final int
The 'Pattern4' literal value.static final int
The 'Pattern5' literal value.static final int
The 'Pattern6' literal value.static final int
The 'Pattern7' literal value.static final int
The 'Pattern8' literal value.static final int
The 'Pattern9' literal value.static final int
The 'Solid' literal value.A public read-only list of all the 'Pattern' enumerators.static final int
The 'Without Pattern' literal value. -
Method Summary
Modifier and TypeMethodDescriptionstatic Pattern
get
(int value) Returns the 'Pattern' literal with the specified integer value.static Pattern
Returns the 'Pattern' literal with the specified literal value.static Pattern
Returns the 'Pattern' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static Pattern
Returns the enum constant of this class with the specified name.static Pattern[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
WITHOUT_PATTERN
The 'Without Pattern' literal object.- See Also:
-
SOLID
The 'Solid' literal object.- See Also:
-
PATTERN1
The 'Pattern1' literal object.- See Also:
-
PATTERN2
The 'Pattern2' literal object.- See Also:
-
PATTERN3
The 'Pattern3' literal object.- See Also:
-
PATTERN4
The 'Pattern4' literal object.- See Also:
-
PATTERN5
The 'Pattern5' literal object.- See Also:
-
PATTERN6
The 'Pattern6' literal object.- See Also:
-
PATTERN7
The 'Pattern7' literal object.- See Also:
-
PATTERN8
The 'Pattern8' literal object.- See Also:
-
PATTERN9
The 'Pattern9' literal object.- See Also:
-
PATTERN10
The 'Pattern10' literal object.- See Also:
-
PATTERN11
The 'Pattern11' literal object.- See Also:
-
PATTERN12
The 'Pattern12' literal object.- See Also:
-
PATTERN13
The 'Pattern13' literal object.- See Also:
-
PATTERN14
The 'Pattern14' literal object.- See Also:
-
PATTERN15
The 'Pattern15' literal object.- See Also:
-
PATTERN16
The 'Pattern16' literal object.- See Also:
-
PATTERN17
The 'Pattern17' literal object.- See Also:
-
-
Field Details
-
WITHOUT_PATTERN_VALUE
public static final int WITHOUT_PATTERN_VALUEThe 'Without Pattern' literal value.- See Also:
-
SOLID_VALUE
public static final int SOLID_VALUEThe 'Solid' literal value.- See Also:
-
PATTERN1_VALUE
public static final int PATTERN1_VALUEThe 'Pattern1' literal value.- See Also:
-
PATTERN2_VALUE
public static final int PATTERN2_VALUEThe 'Pattern2' literal value.- See Also:
-
PATTERN3_VALUE
public static final int PATTERN3_VALUEThe 'Pattern3' literal value.- See Also:
-
PATTERN4_VALUE
public static final int PATTERN4_VALUEThe 'Pattern4' literal value.- See Also:
-
PATTERN5_VALUE
public static final int PATTERN5_VALUEThe 'Pattern5' literal value.- See Also:
-
PATTERN6_VALUE
public static final int PATTERN6_VALUEThe 'Pattern6' literal value.- See Also:
-
PATTERN7_VALUE
public static final int PATTERN7_VALUEThe 'Pattern7' literal value.- See Also:
-
PATTERN8_VALUE
public static final int PATTERN8_VALUEThe 'Pattern8' literal value.- See Also:
-
PATTERN9_VALUE
public static final int PATTERN9_VALUEThe 'Pattern9' literal value.- See Also:
-
PATTERN10_VALUE
public static final int PATTERN10_VALUEThe 'Pattern10' literal value.- See Also:
-
PATTERN11_VALUE
public static final int PATTERN11_VALUEThe 'Pattern11' literal value.- See Also:
-
PATTERN12_VALUE
public static final int PATTERN12_VALUEThe 'Pattern12' literal value.- See Also:
-
PATTERN13_VALUE
public static final int PATTERN13_VALUEThe 'Pattern13' literal value.- See Also:
-
PATTERN14_VALUE
public static final int PATTERN14_VALUEThe 'Pattern14' literal value.- See Also:
-
PATTERN15_VALUE
public static final int PATTERN15_VALUEThe 'Pattern15' literal value.- See Also:
-
PATTERN16_VALUE
public static final int PATTERN16_VALUEThe 'Pattern16' literal value.- See Also:
-
PATTERN17_VALUE
public static final int PATTERN17_VALUEThe 'Pattern17' literal value.- See Also:
-
VALUES
A public read-only list of all the 'Pattern' enumerators.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
get
Returns the 'Pattern' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
Returns the 'Pattern' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
Returns the 'Pattern' 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
- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
Returns the literal value of the enumerator, which is its string representation.
-