public abstract class Action extends Object implements HasKeys
Modifier and Type | Field and Description |
---|---|
protected Column |
column |
protected static KeyDefinition |
COLUMN_UUID |
protected static KeyDefinition |
SUPER_TYPE |
protected UUIDKey |
uuidKey |
protected static KeyDefinition |
VALUE |
protected UpdatableKey<Action> |
valueKey |
Constructor and Description |
---|
Action(Column column,
ActionSuperType superType,
Values values,
AnalyzerConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
static Matchers |
columnUUID() |
UUIDKey |
getUuidKey() |
Values<Comparable> |
getValues() |
static KeyDefinition[] |
keyDefinitions() |
Key[] |
keys() |
void |
setValue(Values values) |
static Matchers |
superType() |
static Matchers |
uuid() |
static Matchers |
value() |
protected static final KeyDefinition VALUE
protected static final KeyDefinition SUPER_TYPE
protected static final KeyDefinition COLUMN_UUID
protected final UUIDKey uuidKey
protected final Column column
protected UpdatableKey<Action> valueKey
public Action(Column column, ActionSuperType superType, Values values, AnalyzerConfiguration configuration)
public static Matchers value()
public static Matchers superType()
public static Matchers columnUUID()
public static Matchers uuid()
public static KeyDefinition[] keyDefinitions()
public UUIDKey getUuidKey()
getUuidKey
in interface HasUUID
public Values<Comparable> getValues()
public void setValue(Values values)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.