| Package | Description |
|---|---|
| org.palladiosimulator.pcm.repository | |
| org.palladiosimulator.pcm.repository.impl | |
| org.palladiosimulator.pcm.repository.util |
| Modifier and Type | Field and Description |
|---|---|
static List<ParameterModifier> |
ParameterModifier.VALUES
A public read-only list of all the 'Parameter Modifier' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterModifier |
ParameterModifier.get(int value)
Returns the 'Parameter Modifier' literal with the specified integer value.
|
static ParameterModifier |
ParameterModifier.get(String literal)
Returns the 'Parameter Modifier' literal with the specified literal value.
|
static ParameterModifier |
ParameterModifier.getByName(String name)
Returns the 'Parameter Modifier' literal with the specified name.
|
ParameterModifier |
Parameter.getModifier__Parameter()
Returns the value of the 'Modifier Parameter' attribute.
|
static ParameterModifier |
ParameterModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterModifier[] |
ParameterModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Parameter.setModifier__Parameter(ParameterModifier value)
Sets the value of the
'
Modifier
Parameter' attribute. |
| Modifier and Type | Method and Description |
|---|---|
ParameterModifier |
RepositoryFactoryImpl.createParameterModifierFromString(EDataType eDataType,
String initialValue) |
ParameterModifier |
ParameterImpl.getModifier__Parameter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterImpl.setModifier__Parameter(ParameterModifier newModifier__Parameter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RepositoryValidator.validateParameterModifier(ParameterModifier parameterModifier,
DiagnosticChain diagnostics,
Map<Object,Object> context) |