Class ObjectType
- java.lang.Object
-
- org.drools.verifier.core.index.model.ObjectType
-
-
Constructor Summary
Constructors Constructor Description ObjectType(String type, AnalyzerConfiguration configuration)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectFieldsgetFields()StringgetType()UUIDKeygetUuidKey()static KeyDefinition[]keyDefinitions()Key[]keys()static Matcherstype()static Matchersuuid()
-
-
-
Constructor Detail
-
ObjectType
public ObjectType(String type, AnalyzerConfiguration configuration)
-
-
Method Detail
-
type
public static Matchers type()
-
uuid
public static Matchers uuid()
-
keyDefinitions
public static KeyDefinition[] keyDefinitions()
-
getUuidKey
public UUIDKey getUuidKey()
- Specified by:
getUuidKeyin interfaceHasUUID
-
getType
public String getType()
-
getFields
public ObjectFields getFields()
-
-