Package org.drools.verifier.components
Class Field
- java.lang.Object
-
- org.drools.verifier.data.VerifierComponent<org.drools.compiler.lang.descr.BaseDescr>
-
- org.drools.verifier.components.Field
-
- All Implemented Interfaces:
Comparable<VerifierComponent>,Cause
- Direct Known Subclasses:
EnumField
public class Field extends VerifierComponent<org.drools.compiler.lang.descr.BaseDescr> implements Cause
-
-
Constructor Summary
Constructors Constructor Description Field(org.drools.compiler.lang.descr.BaseDescr descr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFieldType()StringgetName()StringgetObjectTypeName()StringgetObjectTypePath()StringgetPath()VerifierComponentTypegetVerifierComponentType()voidsetFieldType(String fieldType)voidsetName(String name)voidsetObjectTypeName(String objectTypeName)voidsetObjectTypePath(String objectTypePath)StringtoString()-
Methods inherited from class org.drools.verifier.data.VerifierComponent
compareTo, getCauses, getDescr
-
-
-
-
Field Detail
-
BOOLEAN
public static final String BOOLEAN
- See Also:
- Constant Field Values
-
STRING
public static final String STRING
- See Also:
- Constant Field Values
-
INT
public static final String INT
- See Also:
- Constant Field Values
-
DOUBLE
public static final String DOUBLE
- See Also:
- Constant Field Values
-
DATE
public static final String DATE
- See Also:
- Constant Field Values
-
VARIABLE
public static final String VARIABLE
- See Also:
- Constant Field Values
-
OBJECT
public static final String OBJECT
- See Also:
- Constant Field Values
-
ENUM
public static final String ENUM
- See Also:
- Constant Field Values
-
UNKNOWN
public static final String UNKNOWN
- See Also:
- Constant Field Values
-
objectTypeName
protected String objectTypeName
-
name
protected String name
-
-
Method Detail
-
getPath
public String getPath()
- Specified by:
getPathin classVerifierComponent<org.drools.compiler.lang.descr.BaseDescr>
-
getVerifierComponentType
public VerifierComponentType getVerifierComponentType()
- Specified by:
getVerifierComponentTypein classVerifierComponent<org.drools.compiler.lang.descr.BaseDescr>
-
getName
public String getName()
-
setName
public void setName(String name)
-
getFieldType
public String getFieldType()
-
setFieldType
public void setFieldType(String fieldType)
-
getObjectTypePath
public String getObjectTypePath()
-
setObjectTypePath
public void setObjectTypePath(String objectTypePath)
-
getObjectTypeName
public String getObjectTypeName()
-
setObjectTypeName
public void setObjectTypeName(String objectTypeName)
-
toString
public String toString()
- Overrides:
toStringin classVerifierComponent<org.drools.compiler.lang.descr.BaseDescr>
-
-