Package com.sodius.mdw.metamodel.doors
Enum ColumnAttributeKind
- java.lang.Object
-
- java.lang.Enum<ColumnAttributeKind>
-
- com.sodius.mdw.metamodel.doors.ColumnAttributeKind
-
- All Implemented Interfaces:
Serializable,Comparable<ColumnAttributeKind>,org.eclipse.emf.common.util.Enumerator
public enum ColumnAttributeKind extends Enum<ColumnAttributeKind> implements org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'Column Attribute Kind', and utility methods for working with them.- See Also:
DoorsPackage.getColumnAttributeKind()
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ABSOLUTE_NUMBER_LITERALThe 'Absolute Number' literal object.CREATED_BY_LITERALThe 'Created By' literal object.CREATED_ON_LITERALThe 'Created On' literal object.CREATED_THRU_LITERALThe 'Created Thru' literal object.LAST_MODIFIED_BY_LITERALThe 'Last Modified By' literal object.LAST_MODIFIED_ON_LITERALThe 'Last Modified On' literal object.OBJECT_HEADING_AND_OBJECT_TEXT_LITERALThe 'Object Heading And Object Text' literal object.OBJECT_HEADING_LITERALThe 'Object Heading' literal object.OBJECT_IDENTIFIER_LITERALThe 'Object Identifier' literal object.OBJECT_LEVEL_LITERALThe 'Object Level' literal object.OBJECT_NUMBER_LITERALThe 'Object Number' literal object.OBJECT_SHORT_TEXT_LITERALThe 'Object Short Text' literal object.OBJECT_TEXT_LITERALThe 'Object Text' literal object.UNSPECIFIED_LITERALThe 'Unspecified' literal object.
-
Field Summary
Fields Modifier and Type Field Description static intABSOLUTE_NUMBERThe 'Absolute Number' literal value.static intCREATED_BYThe 'Created By' literal value.static intCREATED_ONThe 'Created On' literal value.static intCREATED_THRUThe 'Created Thru' literal value.static intLAST_MODIFIED_BYThe 'Last Modified By' literal value.static intLAST_MODIFIED_ONThe 'Last Modified On' literal value.static intOBJECT_HEADINGThe 'Object Heading' literal value.static intOBJECT_HEADING_AND_OBJECT_TEXTThe 'Object Heading And Object Text' literal value.static intOBJECT_IDENTIFIERThe 'Object Identifier' literal value.static intOBJECT_LEVELThe 'Object Level' literal value.static intOBJECT_NUMBERThe 'Object Number' literal value.static intOBJECT_SHORT_TEXTThe 'Object Short Text' literal value.static intOBJECT_TEXTThe 'Object Text' literal value.static intUNSPECIFIEDThe 'Unspecified' literal value.static List<ColumnAttributeKind>VALUESA public read-only list of all the 'Column Attribute Kind' enumerators.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ColumnAttributeKindget(int value)Returns the 'Column Attribute Kind' literal with the specified integer value.static ColumnAttributeKindget(String literal)Returns the 'Column Attribute Kind' literal with the specified literal value.static ColumnAttributeKindgetByName(String name)Returns the 'Column Attribute Kind' literal with the specified name.StringgetLiteral()StringgetName()intgetValue()StringtoString()Returns the literal value of the enumerator, which is its string representation.static ColumnAttributeKindvalueOf(String name)Returns the enum constant of this type with the specified name.static ColumnAttributeKind[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
OBJECT_LEVEL_LITERAL
public static final ColumnAttributeKind OBJECT_LEVEL_LITERAL
The 'Object Level' literal object.- See Also:
OBJECT_LEVEL
-
OBJECT_IDENTIFIER_LITERAL
public static final ColumnAttributeKind OBJECT_IDENTIFIER_LITERAL
The 'Object Identifier' literal object.- See Also:
OBJECT_IDENTIFIER
-
OBJECT_NUMBER_LITERAL
public static final ColumnAttributeKind OBJECT_NUMBER_LITERAL
The 'Object Number' literal object.- See Also:
OBJECT_NUMBER
-
ABSOLUTE_NUMBER_LITERAL
public static final ColumnAttributeKind ABSOLUTE_NUMBER_LITERAL
The 'Absolute Number' literal object.- See Also:
ABSOLUTE_NUMBER
-
CREATED_BY_LITERAL
public static final ColumnAttributeKind CREATED_BY_LITERAL
The 'Created By' literal object.- See Also:
CREATED_BY
-
CREATED_ON_LITERAL
public static final ColumnAttributeKind CREATED_ON_LITERAL
The 'Created On' literal object.- See Also:
CREATED_ON
-
CREATED_THRU_LITERAL
public static final ColumnAttributeKind CREATED_THRU_LITERAL
The 'Created Thru' literal object.- See Also:
CREATED_THRU
-
LAST_MODIFIED_BY_LITERAL
public static final ColumnAttributeKind LAST_MODIFIED_BY_LITERAL
The 'Last Modified By' literal object.- See Also:
LAST_MODIFIED_BY
-
LAST_MODIFIED_ON_LITERAL
public static final ColumnAttributeKind LAST_MODIFIED_ON_LITERAL
The 'Last Modified On' literal object.- See Also:
LAST_MODIFIED_ON
-
OBJECT_HEADING_LITERAL
public static final ColumnAttributeKind OBJECT_HEADING_LITERAL
The 'Object Heading' literal object.- See Also:
OBJECT_HEADING
-
OBJECT_SHORT_TEXT_LITERAL
public static final ColumnAttributeKind OBJECT_SHORT_TEXT_LITERAL
The 'Object Short Text' literal object.- See Also:
OBJECT_SHORT_TEXT
-
OBJECT_HEADING_AND_OBJECT_TEXT_LITERAL
public static final ColumnAttributeKind OBJECT_HEADING_AND_OBJECT_TEXT_LITERAL
The 'Object Heading And Object Text' literal object.- See Also:
OBJECT_HEADING_AND_OBJECT_TEXT
-
OBJECT_TEXT_LITERAL
public static final ColumnAttributeKind OBJECT_TEXT_LITERAL
The 'Object Text' literal object.- Since:
- 3.8.1
- See Also:
OBJECT_TEXT
-
UNSPECIFIED_LITERAL
public static final ColumnAttributeKind UNSPECIFIED_LITERAL
The 'Unspecified' literal object.- See Also:
UNSPECIFIED
-
-
Field Detail
-
OBJECT_LEVEL
public static final int OBJECT_LEVEL
The 'Object Level' literal value.- See Also:
OBJECT_LEVEL_LITERAL, Constant Field Values
-
OBJECT_IDENTIFIER
public static final int OBJECT_IDENTIFIER
The 'Object Identifier' literal value.- See Also:
OBJECT_IDENTIFIER_LITERAL, Constant Field Values
-
OBJECT_NUMBER
public static final int OBJECT_NUMBER
The 'Object Number' literal value.- See Also:
OBJECT_NUMBER_LITERAL, Constant Field Values
-
ABSOLUTE_NUMBER
public static final int ABSOLUTE_NUMBER
The 'Absolute Number' literal value.- See Also:
ABSOLUTE_NUMBER_LITERAL, Constant Field Values
-
CREATED_BY
public static final int CREATED_BY
The 'Created By' literal value.- See Also:
CREATED_BY_LITERAL, Constant Field Values
-
CREATED_ON
public static final int CREATED_ON
The 'Created On' literal value.- See Also:
CREATED_ON_LITERAL, Constant Field Values
-
CREATED_THRU
public static final int CREATED_THRU
The 'Created Thru' literal value.- See Also:
CREATED_THRU_LITERAL, Constant Field Values
-
LAST_MODIFIED_BY
public static final int LAST_MODIFIED_BY
The 'Last Modified By' literal value.- See Also:
LAST_MODIFIED_BY_LITERAL, Constant Field Values
-
LAST_MODIFIED_ON
public static final int LAST_MODIFIED_ON
The 'Last Modified On' literal value.- See Also:
LAST_MODIFIED_ON_LITERAL, Constant Field Values
-
OBJECT_HEADING
public static final int OBJECT_HEADING
The 'Object Heading' literal value.- See Also:
OBJECT_HEADING_LITERAL, Constant Field Values
-
OBJECT_SHORT_TEXT
public static final int OBJECT_SHORT_TEXT
The 'Object Short Text' literal value.- See Also:
OBJECT_SHORT_TEXT_LITERAL, Constant Field Values
-
OBJECT_HEADING_AND_OBJECT_TEXT
public static final int OBJECT_HEADING_AND_OBJECT_TEXT
The 'Object Heading And Object Text' literal value.
-
OBJECT_TEXT
public static final int OBJECT_TEXT
The 'Object Text' literal value.- Since:
- 3.8.1
- See Also:
OBJECT_TEXT_LITERAL, Constant Field Values
-
UNSPECIFIED
public static final int UNSPECIFIED
The 'Unspecified' literal value.- See Also:
UNSPECIFIED_LITERAL, Constant Field Values
-
VALUES
public static final List<ColumnAttributeKind> VALUES
A public read-only list of all the 'Column Attribute Kind' enumerators.
-
-
Method Detail
-
values
public static ColumnAttributeKind[] 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 (ColumnAttributeKind c : ColumnAttributeKind.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ColumnAttributeKind 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 ColumnAttributeKind get(String literal)
Returns the 'Column Attribute Kind' literal with the specified literal value.- Parameters:
literal- the literal.- Returns:
- the matching enumerator or
null.
-
getByName
public static ColumnAttributeKind getByName(String name)
Returns the 'Column Attribute Kind' literal with the specified name.- Parameters:
name- the name.- Returns:
- the matching enumerator or
null.
-
get
public static ColumnAttributeKind get(int value)
Returns the 'Column Attribute Kind' literal with the specified integer value.- Parameters:
value- the integer value.- Returns:
- the matching enumerator or
null.
-
getValue
public int getValue()
- Specified by:
getValuein interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
public String getLiteral()
- Specified by:
getLiteralin interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
public String toString()
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toStringin classEnum<ColumnAttributeKind>
-
-