Interface MeasuringpointPackage.Literals
-
- Enclosing interface:
- MeasuringpointPackage
public static interface MeasuringpointPackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClass
MEASURING_POINT
The meta object literal for the 'Measuring Point
' class.static EReference
MEASURING_POINT__MEASURING_POINT_REPOSITORY
The meta object literal for the 'Measuring Point Repository' container reference feature.static EAttribute
MEASURING_POINT__RESOURCE_URI_REPRESENTATION
The meta object literal for the 'Resource URI Representation' attribute feature.static EAttribute
MEASURING_POINT__STRING_REPRESENTATION
The meta object literal for the 'String Representation' attribute feature.static EClass
MEASURING_POINT_REPOSITORY
The meta object literal for the 'Measuring Point Repository
' class.static EReference
MEASURING_POINT_REPOSITORY__MEASURING_POINTS
The meta object literal for the 'Measuring Points' containment reference list feature.static EClass
RESOURCE_URI_MEASURING_POINT
The meta object literal for the 'Resource URI Measuring Point
' class.static EAttribute
RESOURCE_URI_MEASURING_POINT__RESOURCE_URI
The meta object literal for the 'Resource URI' attribute feature.static EClass
STRING_MEASURING_POINT
The meta object literal for the 'String Measuring Point
' class.static EAttribute
STRING_MEASURING_POINT__MEASURING_POINT
The meta object literal for the 'Measuring Point' attribute feature.
-
-
-
Field Detail
-
MEASURING_POINT
static final EClass MEASURING_POINT
The meta object literal for the 'Measuring Point
' class.- See Also:
MeasuringPointImpl
,MeasuringpointPackageImpl.getMeasuringPoint()
- Generated class or method.
-
MEASURING_POINT__MEASURING_POINT_REPOSITORY
static final EReference MEASURING_POINT__MEASURING_POINT_REPOSITORY
The meta object literal for the 'Measuring Point Repository' container reference feature.- Generated class or method.
-
MEASURING_POINT__STRING_REPRESENTATION
static final EAttribute MEASURING_POINT__STRING_REPRESENTATION
The meta object literal for the 'String Representation' attribute feature.- Generated class or method.
-
MEASURING_POINT__RESOURCE_URI_REPRESENTATION
static final EAttribute MEASURING_POINT__RESOURCE_URI_REPRESENTATION
The meta object literal for the 'Resource URI Representation' attribute feature.- Generated class or method.
-
STRING_MEASURING_POINT
static final EClass STRING_MEASURING_POINT
The meta object literal for the 'String Measuring Point
' class.- See Also:
StringMeasuringPointImpl
,MeasuringpointPackageImpl.getStringMeasuringPoint()
- Generated class or method.
-
STRING_MEASURING_POINT__MEASURING_POINT
static final EAttribute STRING_MEASURING_POINT__MEASURING_POINT
The meta object literal for the 'Measuring Point' attribute feature.- Generated class or method.
-
RESOURCE_URI_MEASURING_POINT
static final EClass RESOURCE_URI_MEASURING_POINT
The meta object literal for the 'Resource URI Measuring Point
' class.- See Also:
ResourceURIMeasuringPointImpl
,MeasuringpointPackageImpl.getResourceURIMeasuringPoint()
- Generated class or method.
-
RESOURCE_URI_MEASURING_POINT__RESOURCE_URI
static final EAttribute RESOURCE_URI_MEASURING_POINT__RESOURCE_URI
The meta object literal for the 'Resource URI' attribute feature.- Generated class or method.
-
MEASURING_POINT_REPOSITORY
static final EClass MEASURING_POINT_REPOSITORY
The meta object literal for the 'Measuring Point Repository
' class.- See Also:
MeasuringPointRepositoryImpl
,MeasuringpointPackageImpl.getMeasuringPointRepository()
- Generated class or method.
-
MEASURING_POINT_REPOSITORY__MEASURING_POINTS
static final EReference MEASURING_POINT_REPOSITORY__MEASURING_POINTS
The meta object literal for the 'Measuring Points' containment reference list feature.- Generated class or method.
-
-