Package | Description |
---|---|
org.processmining.plugins.logmanipulator.model |
Modifier and Type | Field and Description |
---|---|
protected AttributeTypes |
AttributeFilter.attrType |
Modifier and Type | Method and Description |
---|---|
AttributeTypes |
AttributeFilter.getAttrType() |
static AttributeTypes |
AttributeTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttributeTypes[] |
AttributeTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeFilter.setAttrType(AttributeTypes attrType) |
Constructor and Description |
---|
AttributeFilter(java.lang.String attributeName,
java.util.List<java.lang.Object> allowedVals,
AttributeTypes attrType) |