Class FieldBase
java.lang.Object
org.drools.verifier.core.index.model.FieldBase
- All Implemented Interfaces:
Comparable<FieldBase>,HasKeys,HasUUID,HumanReadable
- Direct Known Subclasses:
Field,ObjectField
public abstract class FieldBase
extends Object
implements Comparable<FieldBase>, HasKeys, HumanReadable
-
Constructor Summary
ConstructorsConstructorDescriptionFieldBase(String factType, String fieldType, String name, AnalyzerConfiguration configuration) -
Method Summary
-
Constructor Details
-
FieldBase
public FieldBase(String factType, String fieldType, String name, AnalyzerConfiguration configuration)
-
-
Method Details
-
name
-
uuid
-
keyDefinitions
-
getUuidKey
- Specified by:
getUuidKeyin interfaceHasUUID
-
getFactType
-
getFieldType
-
getName
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<FieldBase>
-
hashCode
public int hashCode() -
equals
-
keys
-
toHumanReadableString
- Specified by:
toHumanReadableStringin interfaceHumanReadable
-