public interface UtilPackage
UtilFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
UtilPackage.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
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONVERTER
The meta object id for the '
Converter' class. |
static int |
CONVERTER__CONVERTER_ID
The feature id for the 'Converter Id' attribute.
|
static int |
CONVERTER__FROM_TYPE
The feature id for the 'From Type' reference.
|
static int |
CONVERTER__TO_TYPE
The feature id for the 'To Type' reference.
|
static int |
CONVERTER_FEATURE_COUNT
The number of structural features of the 'Converter' class.
|
static int |
CONVERTER_OPERATION_COUNT
The number of operations of the 'Converter' class.
|
static UtilPackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
static int |
FEATURE_PATH
The meta object id for the '
Feature Path' class. |
static int |
FEATURE_PATH__FEATURES
The feature id for the 'Features' reference list.
|
static int |
FEATURE_PATH__ID
The feature id for the 'Id' attribute.
|
static int |
FEATURE_PATH__KEY
The feature id for the 'Key' attribute.
|
static int |
FEATURE_PATH_FEATURE_COUNT
The number of structural features of the 'Feature Path' class.
|
static int |
FEATURE_PATH_OPERATION_COUNT
The number of operations of the 'Feature Path' class.
|
static int |
LAT_LNG
The meta object id for the '
Lat Lng' class. |
static int |
LAT_LNG__LATITUDE
The feature id for the 'Latitude' attribute.
|
static int |
LAT_LNG__LONGITUDE
The feature id for the 'Longitude' attribute.
|
static int |
LAT_LNG_FEATURE_COUNT
The number of structural features of the 'Lat Lng' class.
|
static int |
LAT_LNG_OPERATION_COUNT
The number of operations of the 'Lat Lng' class.
|
static int |
STRING_TO_STRING_MAP
The meta object id for the '
String To String Map' class. |
static int |
STRING_TO_STRING_MAP__KEY
The feature id for the 'Key' attribute.
|
static int |
STRING_TO_STRING_MAP__VALUE
The feature id for the 'Value' attribute.
|
static int |
STRING_TO_STRING_MAP_FEATURE_COUNT
The number of structural features of the 'String To String Map' class.
|
static int |
STRING_TO_STRING_MAP_OPERATION_COUNT
The number of operations of the 'String To String Map' class.
|
| Modifier and Type | Method and Description |
|---|---|
EAttribute |
getConverter_ConverterId()
Returns the meta object for the attribute '
Converter Id'. |
EReference |
getConverter_FromType()
Returns the meta object for the reference '
From Type'. |
EReference |
getConverter_ToType()
Returns the meta object for the reference '
To Type'. |
EClass |
getConverter()
Returns the meta object for class '
Converter'. |
EReference |
getFeaturePath_Features()
Returns the meta object for the reference list '
Features'. |
EAttribute |
getFeaturePath_Id()
Returns the meta object for the attribute '
Id'. |
EAttribute |
getFeaturePath_Key()
Returns the meta object for the attribute '
Key'. |
EClass |
getFeaturePath()
Returns the meta object for class '
Feature Path'. |
EAttribute |
getLatLng_Latitude()
Returns the meta object for the attribute '
Latitude'. |
EAttribute |
getLatLng_Longitude()
Returns the meta object for the attribute '
Longitude'. |
EClass |
getLatLng()
Returns the meta object for class '
Lat Lng'. |
EAttribute |
getStringToStringMap_Key()
Returns the meta object for the attribute '
Key'. |
EAttribute |
getStringToStringMap_Value()
Returns the meta object for the attribute '
Value'. |
EClass |
getStringToStringMap()
Returns the meta object for class '
String To String Map'. |
UtilFactory |
getUtilFactory()
Returns the factory that creates the instances of the model.
|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final UtilPackage eINSTANCE
static final int FEATURE_PATH
Feature Path' class.
static final int FEATURE_PATH__ID
static final int FEATURE_PATH__FEATURES
static final int FEATURE_PATH__KEY
static final int FEATURE_PATH_FEATURE_COUNT
static final int FEATURE_PATH_OPERATION_COUNT
static final int CONVERTER
Converter' class.
static final int CONVERTER__CONVERTER_ID
static final int CONVERTER__FROM_TYPE
static final int CONVERTER__TO_TYPE
static final int CONVERTER_FEATURE_COUNT
static final int CONVERTER_OPERATION_COUNT
static final int LAT_LNG
Lat Lng' class.
static final int LAT_LNG__LATITUDE
static final int LAT_LNG__LONGITUDE
static final int LAT_LNG_FEATURE_COUNT
static final int LAT_LNG_OPERATION_COUNT
static final int STRING_TO_STRING_MAP
String To String Map' class.
static final int STRING_TO_STRING_MAP__KEY
static final int STRING_TO_STRING_MAP__VALUE
static final int STRING_TO_STRING_MAP_FEATURE_COUNT
static final int STRING_TO_STRING_MAP_OPERATION_COUNT
EClass getFeaturePath()
Feature Path'.
FeaturePathEAttribute getFeaturePath_Id()
Id'.
FeaturePath.getId(),
getFeaturePath()EReference getFeaturePath_Features()
Features'.
FeaturePath.getFeatures(),
getFeaturePath()EAttribute getFeaturePath_Key()
Key'.
FeaturePath.getKey(),
getFeaturePath()EClass getConverter()
Converter'.
ConverterEAttribute getConverter_ConverterId()
Converter Id'.
Converter.getConverterId(),
getConverter()EReference getConverter_FromType()
From Type'.
Converter.getFromType(),
getConverter()EReference getConverter_ToType()
To Type'.
Converter.getToType(),
getConverter()EClass getLatLng()
Lat Lng'.
LatLngEAttribute getLatLng_Latitude()
Latitude'.
LatLng.getLatitude(),
getLatLng()EAttribute getLatLng_Longitude()
Longitude'.
LatLng.getLongitude(),
getLatLng()EClass getStringToStringMap()
String To String Map'.
Map.EntryEAttribute getStringToStringMap_Key()
Key'.
Map.Entry,
getStringToStringMap()EAttribute getStringToStringMap_Value()
Value'.
Map.Entry,
getStringToStringMap()UtilFactory getUtilFactory()
Data In Motion Consulting GmbH