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 Summary
Enum Constants Enum Constant Description SELECT_PARAM_BEGIN_PERIOD
The 'Select Param Begin Period' literal object.SELECT_PARAM_END_PERIOD
The 'Select Param End Period' literal object.SELECT_PARAM_FIELD_LIST
The 'Select Param Field List' literal object.SELECT_PARAM_ORDER
The 'Select Param Order' literal object.SELECT_PARAM_TOP
The 'Select Param Top' literal object.SELECT_PARAM_VALUE
The 'Select Param Value' literal object.SELECT_PARAM_VALUE_LIST
The 'Select Param Value List' literal object.SELECT_PARAM_VARIANT
The 'Select Param Variant' literal object.SELECT_PARAM_WHERE
The 'Select Param Where' literal object.
-
Field Summary
Fields Modifier and Type Field Description static int
SELECT_PARAM_BEGIN_PERIOD_VALUE
The 'Select Param Begin Period' literal value.static int
SELECT_PARAM_END_PERIOD_VALUE
The 'Select Param End Period' literal value.static int
SELECT_PARAM_FIELD_LIST_VALUE
The 'Select Param Field List' literal value.static int
SELECT_PARAM_ORDER_VALUE
The 'Select Param Order' literal value.static int
SELECT_PARAM_TOP_VALUE
The 'Select Param Top' literal value.static int
SELECT_PARAM_VALUE_LIST_VALUE
The 'Select Param Value List' literal value.static int
SELECT_PARAM_VALUE_VALUE
The 'Select Param Value' literal value.static int
SELECT_PARAM_VARIANT_VALUE
The 'Select Param Variant' literal value.static int
SELECT_PARAM_WHERE_VALUE
The 'Select Param Where' literal value.static List<DbViewSelectParamKind>
VALUES
A public read-only list of all the 'Select Param Kind' enumerators.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DbViewSelectParamKind
get(int value)
Returns the 'Select Param Kind' literal with the specified integer value.static DbViewSelectParamKind
get(String literal)
Returns the 'Select Param Kind' literal with the specified literal value.static DbViewSelectParamKind
getByName(String name)
Returns the 'Select Param Kind' 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 DbViewSelectParamKind
valueOf(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_VALUE
public static final DbViewSelectParamKind SELECT_PARAM_VALUE
The 'Select Param Value' literal object.- See Also:
SELECT_PARAM_VALUE_VALUE
-
SELECT_PARAM_VARIANT
public static final DbViewSelectParamKind SELECT_PARAM_VARIANT
The 'Select Param Variant' literal object.- See Also:
SELECT_PARAM_VARIANT_VALUE
-
SELECT_PARAM_WHERE
public static final DbViewSelectParamKind SELECT_PARAM_WHERE
The 'Select Param Where' literal object.- See Also:
SELECT_PARAM_WHERE_VALUE
-
SELECT_PARAM_FIELD_LIST
public static final DbViewSelectParamKind SELECT_PARAM_FIELD_LIST
The 'Select Param Field List' literal object.- See Also:
SELECT_PARAM_FIELD_LIST_VALUE
-
SELECT_PARAM_VALUE_LIST
public static final DbViewSelectParamKind SELECT_PARAM_VALUE_LIST
The 'Select Param Value List' literal object.- See Also:
SELECT_PARAM_VALUE_LIST_VALUE
-
SELECT_PARAM_ORDER
public static final DbViewSelectParamKind SELECT_PARAM_ORDER
The 'Select Param Order' literal object.- See Also:
SELECT_PARAM_ORDER_VALUE
-
SELECT_PARAM_TOP
public static final DbViewSelectParamKind SELECT_PARAM_TOP
The 'Select Param Top' literal object.- See Also:
SELECT_PARAM_TOP_VALUE
-
SELECT_PARAM_BEGIN_PERIOD
public static final DbViewSelectParamKind SELECT_PARAM_BEGIN_PERIOD
The 'Select Param Begin Period' literal object.- See Also:
SELECT_PARAM_BEGIN_PERIOD_VALUE
-
SELECT_PARAM_END_PERIOD
public 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_VALUE
public static final int SELECT_PARAM_VALUE_VALUE
The 'Select Param Value' literal value.- See Also:
SELECT_PARAM_VALUE
, Constant Field Values
-
SELECT_PARAM_VARIANT_VALUE
public static final int SELECT_PARAM_VARIANT_VALUE
The 'Select Param Variant' literal value.- See Also:
SELECT_PARAM_VARIANT
, Constant Field Values
-
SELECT_PARAM_WHERE_VALUE
public 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_VALUE
public 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_VALUE
public 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_VALUE
public static final int SELECT_PARAM_ORDER_VALUE
The 'Select Param Order' literal value.- See Also:
SELECT_PARAM_ORDER
, Constant Field Values
-
SELECT_PARAM_TOP_VALUE
public 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_VALUE
public 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_VALUE
public static final int SELECT_PARAM_END_PERIOD_VALUE
The 'Select Param End Period' literal value.- See Also:
SELECT_PARAM_END_PERIOD
, Constant Field Values
-
VALUES
public static final List<DbViewSelectParamKind> VALUES
A public read-only list of all the 'Select Param Kind' enumerators.
-
-
Method Detail
-
values
public 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
-
valueOf
public 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 nameNullPointerException
- if the argument is null
-
get
public 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
.
-
getByName
public 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
.
-
get
public 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
.
-
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<DbViewSelectParamKind>
-
-