Interface ServicelevelObjectivePackage.Literals
-
- Enclosing interface:
- ServicelevelObjectivePackage
public static interface ServicelevelObjectivePackage.LiteralsDefines 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 EClassHARD_THRESHOLDThe meta object literal for the 'Hard Threshold' class.static EClassLINEAR_FUZZY_THRESHOLDThe meta object literal for the 'Linear Fuzzy Threshold' class.static EClassNAMED_ELEMENTThe meta object literal for the 'Named Element' class.static EAttributeNAMED_ELEMENT__NAMEThe meta object literal for the 'Name' attribute feature.static EClassNEGATIVE_QUADRATIC_FUZZY_THRESHOLDThe meta object literal for the 'Negative Quadratic Fuzzy Threshold' class.static EClassQUADRATIC_FUZZY_THRESHOLDThe meta object literal for the 'Quadratic Fuzzy Threshold' class.static EClassSERVICE_LEVEL_OBJECTIVEThe meta object literal for the 'Service Level Objective' class.static EAttributeSERVICE_LEVEL_OBJECTIVE__DESCRIPTIONThe meta object literal for the 'Description' attribute feature.static EReferenceSERVICE_LEVEL_OBJECTIVE__LOWER_THRESHOLDThe meta object literal for the 'Lower Threshold' containment reference feature.static EReferenceSERVICE_LEVEL_OBJECTIVE__MEASUREMENT_SPECIFICATIONThe meta object literal for the 'Measurement Specification' reference feature.static EReferenceSERVICE_LEVEL_OBJECTIVE__UPPER_THRESHOLDThe meta object literal for the 'Upper Threshold' containment reference feature.static EClassSERVICE_LEVEL_OBJECTIVE_REPOSITORYThe meta object literal for the 'Service Level Objective Repository' class.static EReferenceSERVICE_LEVEL_OBJECTIVE_REPOSITORY__SERVICELEVELOBJECTIVESThe meta object literal for the 'Servicelevelobjectives' containment reference list feature.static EClassSOFT_THRESHOLDThe meta object literal for the 'Soft Threshold' class.static EAttributeSOFT_THRESHOLD__SOFT_LIMITThe meta object literal for the 'Soft Limit' attribute feature.static EClassTHRESHOLDThe meta object literal for the 'Threshold' class.static EAttributeTHRESHOLD__THRESHOLD_LIMITThe meta object literal for the 'Threshold Limit' attribute feature.
-
-
-
Field Detail
-
SERVICE_LEVEL_OBJECTIVE_REPOSITORY
static final EClass SERVICE_LEVEL_OBJECTIVE_REPOSITORY
The meta object literal for the 'Service Level Objective Repository' class.- See Also:
ServiceLevelObjectiveRepositoryImpl,ServicelevelObjectivePackageImpl.getServiceLevelObjectiveRepository()- Generated class or method.
-
SERVICE_LEVEL_OBJECTIVE_REPOSITORY__SERVICELEVELOBJECTIVES
static final EReference SERVICE_LEVEL_OBJECTIVE_REPOSITORY__SERVICELEVELOBJECTIVES
The meta object literal for the 'Servicelevelobjectives' containment reference list feature.- Generated class or method.
-
SERVICE_LEVEL_OBJECTIVE
static final EClass SERVICE_LEVEL_OBJECTIVE
The meta object literal for the 'Service Level Objective' class.- See Also:
ServiceLevelObjectiveImpl,ServicelevelObjectivePackageImpl.getServiceLevelObjective()- Generated class or method.
-
SERVICE_LEVEL_OBJECTIVE__DESCRIPTION
static final EAttribute SERVICE_LEVEL_OBJECTIVE__DESCRIPTION
The meta object literal for the 'Description' attribute feature.- Generated class or method.
-
SERVICE_LEVEL_OBJECTIVE__LOWER_THRESHOLD
static final EReference SERVICE_LEVEL_OBJECTIVE__LOWER_THRESHOLD
The meta object literal for the 'Lower Threshold' containment reference feature.- Generated class or method.
-
SERVICE_LEVEL_OBJECTIVE__UPPER_THRESHOLD
static final EReference SERVICE_LEVEL_OBJECTIVE__UPPER_THRESHOLD
The meta object literal for the 'Upper Threshold' containment reference feature.- Generated class or method.
-
SERVICE_LEVEL_OBJECTIVE__MEASUREMENT_SPECIFICATION
static final EReference SERVICE_LEVEL_OBJECTIVE__MEASUREMENT_SPECIFICATION
The meta object literal for the 'Measurement Specification' reference feature.- Generated class or method.
-
THRESHOLD
static final EClass THRESHOLD
The meta object literal for the 'Threshold' class.- See Also:
ThresholdImpl,ServicelevelObjectivePackageImpl.getThreshold()- Generated class or method.
-
THRESHOLD__THRESHOLD_LIMIT
static final EAttribute THRESHOLD__THRESHOLD_LIMIT
The meta object literal for the 'Threshold Limit' attribute feature.- Generated class or method.
-
HARD_THRESHOLD
static final EClass HARD_THRESHOLD
The meta object literal for the 'Hard Threshold' class.- See Also:
HardThresholdImpl,ServicelevelObjectivePackageImpl.getHardThreshold()- Generated class or method.
-
LINEAR_FUZZY_THRESHOLD
static final EClass LINEAR_FUZZY_THRESHOLD
The meta object literal for the 'Linear Fuzzy Threshold' class.- See Also:
LinearFuzzyThresholdImpl,ServicelevelObjectivePackageImpl.getLinearFuzzyThreshold()- Generated class or method.
-
NAMED_ELEMENT
static final EClass NAMED_ELEMENT
The meta object literal for the 'Named Element' class.- See Also:
NamedElementImpl,ServicelevelObjectivePackageImpl.getNamedElement()- Generated class or method.
-
NAMED_ELEMENT__NAME
static final EAttribute NAMED_ELEMENT__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
SOFT_THRESHOLD
static final EClass SOFT_THRESHOLD
The meta object literal for the 'Soft Threshold' class.- See Also:
SoftThresholdImpl,ServicelevelObjectivePackageImpl.getSoftThreshold()- Generated class or method.
-
SOFT_THRESHOLD__SOFT_LIMIT
static final EAttribute SOFT_THRESHOLD__SOFT_LIMIT
The meta object literal for the 'Soft Limit' attribute feature.- Generated class or method.
-
QUADRATIC_FUZZY_THRESHOLD
static final EClass QUADRATIC_FUZZY_THRESHOLD
The meta object literal for the 'Quadratic Fuzzy Threshold' class.- See Also:
QuadraticFuzzyThresholdImpl,ServicelevelObjectivePackageImpl.getQuadraticFuzzyThreshold()- Generated class or method.
-
NEGATIVE_QUADRATIC_FUZZY_THRESHOLD
static final EClass NEGATIVE_QUADRATIC_FUZZY_THRESHOLD
The meta object literal for the 'Negative Quadratic Fuzzy Threshold' class.- See Also:
NegativeQuadraticFuzzyThresholdImpl,ServicelevelObjectivePackageImpl.getNegativeQuadraticFuzzyThreshold()- Generated class or method.
-
-