Package com._1c.g5.v8.dt.metadata.dbview
Enum DbViewSelectParamKind
- java.lang.Object
- 
- java.lang.Enum<DbViewSelectParamKind>
- 
- com._1c.g5.v8.dt.metadata.dbview.DbViewSelectParamKind
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<DbViewSelectParamKind>,- org.eclipse.emf.common.util.Enumerator
 
 public enum DbViewSelectParamKind extends Enum<DbViewSelectParamKind> implements org.eclipse.emf.common.util.Enumerator A representation of the literals of the enumeration 'Select Param Kind', and utility methods for working with them.- See Also:
- DbViewPackage.getDbViewSelectParamKind()
 
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description SELECT_PARAM_BEGIN_PERIODThe 'Select Param Begin Period' literal object.SELECT_PARAM_END_PERIODThe 'Select Param End Period' literal object.SELECT_PARAM_FIELD_LISTThe 'Select Param Field List' literal object.SELECT_PARAM_ORDERThe 'Select Param Order' literal object.SELECT_PARAM_TOPThe 'Select Param Top' literal object.SELECT_PARAM_VALUEThe 'Select Param Value' literal object.SELECT_PARAM_VALUE_LISTThe 'Select Param Value List' literal object.SELECT_PARAM_VARIANTThe 'Select Param Variant' literal object.SELECT_PARAM_WHEREThe 'Select Param Where' literal object.
 - 
Field SummaryFields Modifier and Type Field Description static intSELECT_PARAM_BEGIN_PERIOD_VALUEThe 'Select Param Begin Period' literal value.static intSELECT_PARAM_END_PERIOD_VALUEThe 'Select Param End Period' literal value.static intSELECT_PARAM_FIELD_LIST_VALUEThe 'Select Param Field List' literal value.static intSELECT_PARAM_ORDER_VALUEThe 'Select Param Order' literal value.static intSELECT_PARAM_TOP_VALUEThe 'Select Param Top' literal value.static intSELECT_PARAM_VALUE_LIST_VALUEThe 'Select Param Value List' literal value.static intSELECT_PARAM_VALUE_VALUEThe 'Select Param Value' literal value.static intSELECT_PARAM_VARIANT_VALUEThe 'Select Param Variant' literal value.static intSELECT_PARAM_WHERE_VALUEThe 'Select Param Where' literal value.static List<DbViewSelectParamKind>VALUESA public read-only list of all the 'Select Param Kind' enumerators.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DbViewSelectParamKindget(int value)Returns the 'Select Param Kind' literal with the specified integer value.static DbViewSelectParamKindget(String literal)Returns the 'Select Param Kind' literal with the specified literal value.static DbViewSelectParamKindgetByName(String name)Returns the 'Select Param Kind' literal with the specified name.StringgetLiteral()StringgetName()intgetValue()StringtoString()Returns the literal value of the enumerator, which is its string representation.static DbViewSelectParamKindvalueOf(String name)Returns the enum constant of this type with the specified name.static DbViewSelectParamKind[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
SELECT_PARAM_VALUEpublic static final DbViewSelectParamKind SELECT_PARAM_VALUE The 'Select Param Value' literal object.- See Also:
- SELECT_PARAM_VALUE_VALUE
 
 - 
SELECT_PARAM_VARIANTpublic static final DbViewSelectParamKind SELECT_PARAM_VARIANT The 'Select Param Variant' literal object.- See Also:
- SELECT_PARAM_VARIANT_VALUE
 
 - 
SELECT_PARAM_WHEREpublic static final DbViewSelectParamKind SELECT_PARAM_WHERE The 'Select Param Where' literal object.- See Also:
- SELECT_PARAM_WHERE_VALUE
 
 - 
SELECT_PARAM_FIELD_LISTpublic static final DbViewSelectParamKind SELECT_PARAM_FIELD_LIST The 'Select Param Field List' literal object.- See Also:
- SELECT_PARAM_FIELD_LIST_VALUE
 
 - 
SELECT_PARAM_VALUE_LISTpublic static final DbViewSelectParamKind SELECT_PARAM_VALUE_LIST The 'Select Param Value List' literal object.- See Also:
- SELECT_PARAM_VALUE_LIST_VALUE
 
 - 
SELECT_PARAM_ORDERpublic static final DbViewSelectParamKind SELECT_PARAM_ORDER The 'Select Param Order' literal object.- See Also:
- SELECT_PARAM_ORDER_VALUE
 
 - 
SELECT_PARAM_TOPpublic static final DbViewSelectParamKind SELECT_PARAM_TOP The 'Select Param Top' literal object.- See Also:
- SELECT_PARAM_TOP_VALUE
 
 - 
SELECT_PARAM_BEGIN_PERIODpublic static final DbViewSelectParamKind SELECT_PARAM_BEGIN_PERIOD The 'Select Param Begin Period' literal object.- See Also:
- SELECT_PARAM_BEGIN_PERIOD_VALUE
 
 - 
SELECT_PARAM_END_PERIODpublic static final DbViewSelectParamKind SELECT_PARAM_END_PERIOD The 'Select Param End Period' literal object.- See Also:
- SELECT_PARAM_END_PERIOD_VALUE
 
 
- 
 - 
Field Detail- 
SELECT_PARAM_VALUE_VALUEpublic static final int SELECT_PARAM_VALUE_VALUE The 'Select Param Value' literal value.- See Also:
- SELECT_PARAM_VALUE, Constant Field Values
 
 - 
SELECT_PARAM_VARIANT_VALUEpublic static final int SELECT_PARAM_VARIANT_VALUE The 'Select Param Variant' literal value.- See Also:
- SELECT_PARAM_VARIANT, Constant Field Values
 
 - 
SELECT_PARAM_WHERE_VALUEpublic static final int SELECT_PARAM_WHERE_VALUE The 'Select Param Where' literal value.- See Also:
- SELECT_PARAM_WHERE, Constant Field Values
 
 - 
SELECT_PARAM_FIELD_LIST_VALUEpublic static final int SELECT_PARAM_FIELD_LIST_VALUE The 'Select Param Field List' literal value.- See Also:
- SELECT_PARAM_FIELD_LIST, Constant Field Values
 
 - 
SELECT_PARAM_VALUE_LIST_VALUEpublic static final int SELECT_PARAM_VALUE_LIST_VALUE The 'Select Param Value List' literal value.- See Also:
- SELECT_PARAM_VALUE_LIST, Constant Field Values
 
 - 
SELECT_PARAM_ORDER_VALUEpublic static final int SELECT_PARAM_ORDER_VALUE The 'Select Param Order' literal value.- See Also:
- SELECT_PARAM_ORDER, Constant Field Values
 
 - 
SELECT_PARAM_TOP_VALUEpublic static final int SELECT_PARAM_TOP_VALUE The 'Select Param Top' literal value.- See Also:
- SELECT_PARAM_TOP, Constant Field Values
 
 - 
SELECT_PARAM_BEGIN_PERIOD_VALUEpublic static final int SELECT_PARAM_BEGIN_PERIOD_VALUE The 'Select Param Begin Period' literal value.- See Also:
- SELECT_PARAM_BEGIN_PERIOD, Constant Field Values
 
 - 
SELECT_PARAM_END_PERIOD_VALUEpublic static final int SELECT_PARAM_END_PERIOD_VALUE The 'Select Param End Period' literal value.- See Also:
- SELECT_PARAM_END_PERIOD, Constant Field Values
 
 - 
VALUESpublic static final List<DbViewSelectParamKind> VALUES A public read-only list of all the 'Select Param Kind' enumerators.
 
- 
 - 
Method Detail- 
valuespublic static DbViewSelectParamKind[] 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 (DbViewSelectParamKind c : DbViewSelectParamKind.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static DbViewSelectParamKind 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 DbViewSelectParamKind get(String literal) Returns the 'Select Param Kind' literal with the specified literal value.- Parameters:
- literal- the literal.
- Returns:
- the matching enumerator or null.
 
 - 
getByNamepublic static DbViewSelectParamKind getByName(String name) Returns the 'Select Param Kind' literal with the specified name.- Parameters:
- name- the name.
- Returns:
- the matching enumerator or null.
 
 - 
getpublic static DbViewSelectParamKind get(int value) Returns the 'Select Param Kind' 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<DbViewSelectParamKind>
 
 
- 
 
-