Package | Description |
---|---|
com.interpss.core.common.curve | |
com.interpss.core.common.curve.impl | |
com.interpss.opf.datatype | |
com.interpss.opf.datatype.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<NumericCurveModel> |
NumericCurveModel.VALUES
A public read-only list of all the 'Numeric Curve Model' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static NumericCurveModel |
NumericCurveModel.get(int value)
Returns the 'Numeric Curve Model' literal with the specified integer value.
|
static NumericCurveModel |
NumericCurveModel.get(java.lang.String literal)
Returns the 'Numeric Curve Model' literal with the specified literal value.
|
static NumericCurveModel |
NumericCurveModel.getByName(java.lang.String name)
Returns the 'Numeric Curve Model' literal with the specified name.
|
static NumericCurveModel |
NumericCurveModel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NumericCurveModel[] |
NumericCurveModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NumericCurveModel |
CommonCurveFactoryImpl.createNumericCurveModelFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
NumericCurveModel |
IncrementalCost.getCostModel()
Returns the value of the 'Cost Model' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
IncrementalCost.setCostModel(NumericCurveModel value)
Sets the value of the '
Cost Model ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static NumericCurveModel |
IncrementalCostImpl.COST_MODEL_EDEFAULT
The default value of the '
Cost Model ' attribute. |
protected NumericCurveModel |
IncrementalCostImpl.costModel
The cached value of the '
Cost Model ' attribute. |
Modifier and Type | Method and Description |
---|---|
NumericCurveModel |
IncrementalCostImpl.getCostModel() |
Modifier and Type | Method and Description |
---|---|
void |
IncrementalCostImpl.setCostModel(NumericCurveModel newCostModel) |