public abstract class FieldBase extends Object implements Comparable<FieldBase>, HasKeys, HumanReadable
| Constructor and Description |
|---|
FieldBase(String factType,
String fieldType,
String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FieldBase field) |
boolean |
equals(Object o) |
String |
getFactType() |
String |
getFieldType() |
String |
getName() |
UUIDKey |
getUuidKey() |
int |
hashCode() |
static KeyDefinition[] |
keyDefinitions() |
Key[] |
keys() |
static Matchers |
name() |
String |
toHumanReadableString() |
static Matchers |
uuid() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoHumanReadableStringpublic UUIDKey getUuidKey()
getUuidKey in interface HasUUIDpublic static Matchers name()
public String getFactType()
public String getFieldType()
public String getName()
public static Matchers uuid()
public int compareTo(FieldBase field)
compareTo in interface Comparable<FieldBase>public static KeyDefinition[] keyDefinitions()
public String toHumanReadableString()
toHumanReadableString in interface HumanReadableCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.