Package com._1c.g5.v8.dt.moxel.content
Enum Pattern
- java.lang.Object
- 
- java.lang.Enum<Pattern>
- 
- com._1c.g5.v8.dt.moxel.content.Pattern
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<Pattern>,- org.eclipse.emf.common.util.Enumerator
 
 public enum Pattern extends Enum<Pattern> implements org.eclipse.emf.common.util.Enumerator A representation of the literals of the enumeration 'Pattern', and utility methods for working with them.- See Also:
- ContentPackage.getPattern()
 
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description PATTERN1The 'Pattern1' literal object.PATTERN10The 'Pattern10' literal object.PATTERN11The 'Pattern11' literal object.PATTERN12The 'Pattern12' literal object.PATTERN13The 'Pattern13' literal object.PATTERN14The 'Pattern14' literal object.PATTERN15The 'Pattern15' literal object.PATTERN16The 'Pattern16' literal object.PATTERN17The 'Pattern17' literal object.PATTERN2The 'Pattern2' literal object.PATTERN3The 'Pattern3' literal object.PATTERN4The 'Pattern4' literal object.PATTERN5The 'Pattern5' literal object.PATTERN6The 'Pattern6' literal object.PATTERN7The 'Pattern7' literal object.PATTERN8The 'Pattern8' literal object.PATTERN9The 'Pattern9' literal object.SOLIDThe 'Solid' literal object.WITHOUT_PATTERNThe 'Without Pattern' literal object.
 - 
Field SummaryFields Modifier and Type Field Description static intPATTERN1_VALUEThe 'Pattern1' literal value.static intPATTERN10_VALUEThe 'Pattern10' literal value.static intPATTERN11_VALUEThe 'Pattern11' literal value.static intPATTERN12_VALUEThe 'Pattern12' literal value.static intPATTERN13_VALUEThe 'Pattern13' literal value.static intPATTERN14_VALUEThe 'Pattern14' literal value.static intPATTERN15_VALUEThe 'Pattern15' literal value.static intPATTERN16_VALUEThe 'Pattern16' literal value.static intPATTERN17_VALUEThe 'Pattern17' literal value.static intPATTERN2_VALUEThe 'Pattern2' literal value.static intPATTERN3_VALUEThe 'Pattern3' literal value.static intPATTERN4_VALUEThe 'Pattern4' literal value.static intPATTERN5_VALUEThe 'Pattern5' literal value.static intPATTERN6_VALUEThe 'Pattern6' literal value.static intPATTERN7_VALUEThe 'Pattern7' literal value.static intPATTERN8_VALUEThe 'Pattern8' literal value.static intPATTERN9_VALUEThe 'Pattern9' literal value.static intSOLID_VALUEThe 'Solid' literal value.static List<Pattern>VALUESA public read-only list of all the 'Pattern' enumerators.static intWITHOUT_PATTERN_VALUEThe 'Without Pattern' literal value.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Patternget(int value)Returns the 'Pattern' literal with the specified integer value.static Patternget(String literal)Returns the 'Pattern' literal with the specified literal value.static PatterngetByName(String name)Returns the 'Pattern' literal with the specified name.StringgetLiteral()StringgetName()intgetValue()StringtoString()Returns the literal value of the enumerator, which is its string representation.static PatternvalueOf(String name)Returns the enum constant of this type with the specified name.static Pattern[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
WITHOUT_PATTERNpublic static final Pattern WITHOUT_PATTERN The 'Without Pattern' literal object.- See Also:
- WITHOUT_PATTERN_VALUE
 
 - 
SOLIDpublic static final Pattern SOLID The 'Solid' literal object.- See Also:
- SOLID_VALUE
 
 - 
PATTERN1public static final Pattern PATTERN1 The 'Pattern1' literal object.- See Also:
- PATTERN1_VALUE
 
 - 
PATTERN2public static final Pattern PATTERN2 The 'Pattern2' literal object.- See Also:
- PATTERN2_VALUE
 
 - 
PATTERN3public static final Pattern PATTERN3 The 'Pattern3' literal object.- See Also:
- PATTERN3_VALUE
 
 - 
PATTERN4public static final Pattern PATTERN4 The 'Pattern4' literal object.- See Also:
- PATTERN4_VALUE
 
 - 
PATTERN5public static final Pattern PATTERN5 The 'Pattern5' literal object.- See Also:
- PATTERN5_VALUE
 
 - 
PATTERN6public static final Pattern PATTERN6 The 'Pattern6' literal object.- See Also:
- PATTERN6_VALUE
 
 - 
PATTERN7public static final Pattern PATTERN7 The 'Pattern7' literal object.- See Also:
- PATTERN7_VALUE
 
 - 
PATTERN8public static final Pattern PATTERN8 The 'Pattern8' literal object.- See Also:
- PATTERN8_VALUE
 
 - 
PATTERN9public static final Pattern PATTERN9 The 'Pattern9' literal object.- See Also:
- PATTERN9_VALUE
 
 - 
PATTERN10public static final Pattern PATTERN10 The 'Pattern10' literal object.- See Also:
- PATTERN10_VALUE
 
 - 
PATTERN11public static final Pattern PATTERN11 The 'Pattern11' literal object.- See Also:
- PATTERN11_VALUE
 
 - 
PATTERN12public static final Pattern PATTERN12 The 'Pattern12' literal object.- See Also:
- PATTERN12_VALUE
 
 - 
PATTERN13public static final Pattern PATTERN13 The 'Pattern13' literal object.- See Also:
- PATTERN13_VALUE
 
 - 
PATTERN14public static final Pattern PATTERN14 The 'Pattern14' literal object.- See Also:
- PATTERN14_VALUE
 
 - 
PATTERN15public static final Pattern PATTERN15 The 'Pattern15' literal object.- See Also:
- PATTERN15_VALUE
 
 - 
PATTERN16public static final Pattern PATTERN16 The 'Pattern16' literal object.- See Also:
- PATTERN16_VALUE
 
 - 
PATTERN17public static final Pattern PATTERN17 The 'Pattern17' literal object.- See Also:
- PATTERN17_VALUE
 
 
- 
 - 
Field Detail- 
WITHOUT_PATTERN_VALUEpublic static final int WITHOUT_PATTERN_VALUE The 'Without Pattern' literal value.- See Also:
- WITHOUT_PATTERN, Constant Field Values
 
 - 
SOLID_VALUEpublic static final int SOLID_VALUE The 'Solid' literal value.- See Also:
- SOLID, Constant Field Values
 
 - 
PATTERN1_VALUEpublic static final int PATTERN1_VALUE The 'Pattern1' literal value.- See Also:
- PATTERN1, Constant Field Values
 
 - 
PATTERN2_VALUEpublic static final int PATTERN2_VALUE The 'Pattern2' literal value.- See Also:
- PATTERN2, Constant Field Values
 
 - 
PATTERN3_VALUEpublic static final int PATTERN3_VALUE The 'Pattern3' literal value.- See Also:
- PATTERN3, Constant Field Values
 
 - 
PATTERN4_VALUEpublic static final int PATTERN4_VALUE The 'Pattern4' literal value.- See Also:
- PATTERN4, Constant Field Values
 
 - 
PATTERN5_VALUEpublic static final int PATTERN5_VALUE The 'Pattern5' literal value.- See Also:
- PATTERN5, Constant Field Values
 
 - 
PATTERN6_VALUEpublic static final int PATTERN6_VALUE The 'Pattern6' literal value.- See Also:
- PATTERN6, Constant Field Values
 
 - 
PATTERN7_VALUEpublic static final int PATTERN7_VALUE The 'Pattern7' literal value.- See Also:
- PATTERN7, Constant Field Values
 
 - 
PATTERN8_VALUEpublic static final int PATTERN8_VALUE The 'Pattern8' literal value.- See Also:
- PATTERN8, Constant Field Values
 
 - 
PATTERN9_VALUEpublic static final int PATTERN9_VALUE The 'Pattern9' literal value.- See Also:
- PATTERN9, Constant Field Values
 
 - 
PATTERN10_VALUEpublic static final int PATTERN10_VALUE The 'Pattern10' literal value.- See Also:
- PATTERN10, Constant Field Values
 
 - 
PATTERN11_VALUEpublic static final int PATTERN11_VALUE The 'Pattern11' literal value.- See Also:
- PATTERN11, Constant Field Values
 
 - 
PATTERN12_VALUEpublic static final int PATTERN12_VALUE The 'Pattern12' literal value.- See Also:
- PATTERN12, Constant Field Values
 
 - 
PATTERN13_VALUEpublic static final int PATTERN13_VALUE The 'Pattern13' literal value.- See Also:
- PATTERN13, Constant Field Values
 
 - 
PATTERN14_VALUEpublic static final int PATTERN14_VALUE The 'Pattern14' literal value.- See Also:
- PATTERN14, Constant Field Values
 
 - 
PATTERN15_VALUEpublic static final int PATTERN15_VALUE The 'Pattern15' literal value.- See Also:
- PATTERN15, Constant Field Values
 
 - 
PATTERN16_VALUEpublic static final int PATTERN16_VALUE The 'Pattern16' literal value.- See Also:
- PATTERN16, Constant Field Values
 
 - 
PATTERN17_VALUEpublic static final int PATTERN17_VALUE The 'Pattern17' literal value.- See Also:
- PATTERN17, Constant Field Values
 
 
- 
 - 
Method Detail- 
valuespublic static Pattern[] 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 (Pattern c : Pattern.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static Pattern 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 Pattern get(String literal) Returns the 'Pattern' literal with the specified literal value.- Parameters:
- literal- the literal.
- Returns:
- the matching enumerator or null.
 
 - 
getByNamepublic static Pattern getByName(String name) Returns the 'Pattern' literal with the specified name.- Parameters:
- name- the name.
- Returns:
- the matching enumerator or null.
 
 - 
getpublic static Pattern get(int value) Returns the 'Pattern' 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
 
 
- 
 
-