- Enclosing interface:
- RagPackage
public static interface RagPackage.Literals
Defines literals for the meta objects that represent
- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EClassThe meta object literal for the 'Double Vector String Item' class.static final EAttributeThe meta object literal for the 'Vector' attribute feature.static final EClassThe meta object literal for the 'Double Vector String Store' class.static final EReferenceThe meta object literal for the 'Items' containment reference list feature.static final EClassThe meta object literal for the 'Float Vector String Item' class.static final EAttributeThe meta object literal for the 'Vector' attribute feature.static final EClassThe meta object literal for the 'Float Vector String Store' class.static final EReferenceThe meta object literal for the 'Items' containment reference list feature.
-
Field Details
-
DOUBLE_VECTOR_STRING_ITEM
The meta object literal for the 'Double Vector String Item' class. -
DOUBLE_VECTOR_STRING_ITEM__VECTOR
The meta object literal for the 'Vector' attribute feature. -
DOUBLE_VECTOR_STRING_STORE
The meta object literal for the 'Double Vector String Store' class. -
DOUBLE_VECTOR_STRING_STORE__ITEMS
The meta object literal for the 'Items' containment reference list feature. -
FLOAT_VECTOR_STRING_ITEM
The meta object literal for the 'Float Vector String Item' class. -
FLOAT_VECTOR_STRING_ITEM__VECTOR
The meta object literal for the 'Vector' attribute feature. -
FLOAT_VECTOR_STRING_STORE
The meta object literal for the 'Float Vector String Store' class. -
FLOAT_VECTOR_STRING_STORE__ITEMS
The meta object literal for the 'Items' containment reference list feature.
-