Package com._1c.g5.v8.dt.metadata.dbview
Enum Class DbViewFieldRoleKind
- All Implemented Interfaces:
Serializable
,Comparable<DbViewFieldRoleKind>
,Constable
,org.eclipse.emf.common.util.Enumerator
public enum DbViewFieldRoleKind
extends Enum<DbViewFieldRoleKind>
implements org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'Field Role Kind',
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 'Field Role Balance Ct' literal object.The 'Field Role Balance Dt' literal object.The 'Field Role Begin Balance' literal object.The 'Field Role Dimension' literal object.The 'Field Role End Balance' literal object.The 'Field Role Main Period' literal object.The 'Field Role Not Sorted' literal object.The 'Field Role Ordinary' literal object.The 'Field Role Period Balance' literal object.The 'Field Role Skip Null' literal object.The 'Field Role Turnover' literal object.The 'Field Role Unstable' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Field Role Balance Ct' literal value.static final int
The 'Field Role Balance Dt' literal value.static final int
The 'Field Role Begin Balance' literal value.static final int
The 'Field Role Dimension' literal value.static final int
The 'Field Role End Balance' literal value.static final int
The 'Field Role Main Period' literal value.static final int
The 'Field Role Not Sorted' literal value.static final int
The 'Field Role Ordinary' literal value.static final int
The 'Field Role Period Balance' literal value.static final int
The 'Field Role Skip Null' literal value.static final int
The 'Field Role Turnover' literal value.static final int
The 'Field Role Unstable' literal value.static final List<DbViewFieldRoleKind>
A public read-only list of all the 'Field Role Kind' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic DbViewFieldRoleKind
get
(int value) Returns the 'Field Role Kind' literal with the specified integer value.static DbViewFieldRoleKind
Returns the 'Field Role Kind' literal with the specified literal value.static DbViewFieldRoleKind
Returns the 'Field Role Kind' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static DbViewFieldRoleKind
Returns the enum constant of this class with the specified name.static DbViewFieldRoleKind[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FIELD_ROLE_ORDINARY
The 'Field Role Ordinary' literal object.- See Also:
-
FIELD_ROLE_DIMENSION
The 'Field Role Dimension' literal object.- See Also:
-
FIELD_ROLE_PERIOD_BALANCE
The 'Field Role Period Balance' literal object.- See Also:
-
FIELD_ROLE_BEGIN_BALANCE
The 'Field Role Begin Balance' literal object.- See Also:
-
FIELD_ROLE_END_BALANCE
The 'Field Role End Balance' literal object.- See Also:
-
FIELD_ROLE_BALANCE_DT
The 'Field Role Balance Dt' literal object.- See Also:
-
FIELD_ROLE_BALANCE_CT
The 'Field Role Balance Ct' literal object.- See Also:
-
FIELD_ROLE_TURNOVER
The 'Field Role Turnover' literal object.- See Also:
-
FIELD_ROLE_SKIP_NULL
The 'Field Role Skip Null' literal object.- See Also:
-
FIELD_ROLE_NOT_SORTED
The 'Field Role Not Sorted' literal object.- See Also:
-
FIELD_ROLE_MAIN_PERIOD
The 'Field Role Main Period' literal object.- See Also:
-
FIELD_ROLE_UNSTABLE
The 'Field Role Unstable' literal object.- See Also:
-
-
Field Details
-
FIELD_ROLE_ORDINARY_VALUE
public static final int FIELD_ROLE_ORDINARY_VALUEThe 'Field Role Ordinary' literal value.- See Also:
-
FIELD_ROLE_DIMENSION_VALUE
public static final int FIELD_ROLE_DIMENSION_VALUEThe 'Field Role Dimension' literal value.- See Also:
-
FIELD_ROLE_PERIOD_BALANCE_VALUE
public static final int FIELD_ROLE_PERIOD_BALANCE_VALUEThe 'Field Role Period Balance' literal value. -
FIELD_ROLE_BEGIN_BALANCE_VALUE
public static final int FIELD_ROLE_BEGIN_BALANCE_VALUEThe 'Field Role Begin Balance' literal value. -
FIELD_ROLE_END_BALANCE_VALUE
public static final int FIELD_ROLE_END_BALANCE_VALUEThe 'Field Role End Balance' literal value.- See Also:
-
FIELD_ROLE_BALANCE_DT_VALUE
public static final int FIELD_ROLE_BALANCE_DT_VALUEThe 'Field Role Balance Dt' literal value.- See Also:
-
FIELD_ROLE_BALANCE_CT_VALUE
public static final int FIELD_ROLE_BALANCE_CT_VALUEThe 'Field Role Balance Ct' literal value.- See Also:
-
FIELD_ROLE_TURNOVER_VALUE
public static final int FIELD_ROLE_TURNOVER_VALUEThe 'Field Role Turnover' literal value.- See Also:
-
FIELD_ROLE_SKIP_NULL_VALUE
public static final int FIELD_ROLE_SKIP_NULL_VALUEThe 'Field Role Skip Null' literal value.- See Also:
-
FIELD_ROLE_NOT_SORTED_VALUE
public static final int FIELD_ROLE_NOT_SORTED_VALUEThe 'Field Role Not Sorted' literal value.- See Also:
-
FIELD_ROLE_MAIN_PERIOD_VALUE
public static final int FIELD_ROLE_MAIN_PERIOD_VALUEThe 'Field Role Main Period' literal value.- See Also:
-
FIELD_ROLE_UNSTABLE_VALUE
public static final int FIELD_ROLE_UNSTABLE_VALUEThe 'Field Role Unstable' literal value.- See Also:
-
VALUES
A public read-only list of all the 'Field Role Kind' 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 'Field Role Kind' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
Returns the 'Field Role Kind' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
Returns the 'Field Role 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
- 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.- Overrides:
toString
in classEnum<DbViewFieldRoleKind>
-