Package | Description |
---|---|
org.deidentifier.arx.gui.model |
Modifier and Type | Method and Description |
---|---|
ModelTransformationMode |
ModelConfiguration.getTransformationMode(java.lang.String attribute)
Returns the transformation mode for the given attribute.
|
static ModelTransformationMode |
ModelTransformationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModelTransformationMode[] |
ModelTransformationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelConfiguration.setTransformationMode(java.lang.String attribute,
ModelTransformationMode mode)
Sets the transformation mode
|