Package | Description |
---|---|
org.palladiosimulator.metricspec | |
org.palladiosimulator.metricspec.impl | |
org.palladiosimulator.metricspec.util.builder |
Modifier and Type | Field and Description |
---|---|
static List<PersistenceKindOptions> |
PersistenceKindOptions.VALUES
A public read-only list of all the 'Persistence Kind Options' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static PersistenceKindOptions |
PersistenceKindOptions.get(int value)
Returns the 'Persistence Kind Options' literal with the specified integer
value.
|
static PersistenceKindOptions |
PersistenceKindOptions.get(String literal)
Returns the 'Persistence Kind Options' literal with the specified literal
value.
|
static PersistenceKindOptions |
PersistenceKindOptions.getByName(String name)
Returns the 'Persistence Kind Options' literal with the specified name.
|
PersistenceKindOptions |
NumericalBaseMetricDescription.getPersistenceKind()
Returns the value of the 'Persistence Kind' attribute.
|
static PersistenceKindOptions |
PersistenceKindOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistenceKindOptions[] |
PersistenceKindOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NumericalBaseMetricDescription.setPersistenceKind(PersistenceKindOptions value)
Sets the value of the '
Persistence Kind ' attribute. |
Modifier and Type | Method and Description |
---|---|
PersistenceKindOptions |
MetricSpecFactoryImpl.createPersistenceKindOptionsFromString(EDataType eDataType,
String initialValue) |
PersistenceKindOptions |
NumericalBaseMetricDescriptionImpl.getPersistenceKind() |
Modifier and Type | Method and Description |
---|---|
void |
NumericalBaseMetricDescriptionImpl.setPersistenceKind(PersistenceKindOptions newPersistenceKind) |
Modifier and Type | Method and Description |
---|---|
NumericalBaseMetricDescriptionBuilder |
NumericalBaseMetricDescriptionBuilder.persistenceKind(PersistenceKindOptions p_persistenceKind) |