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 |
Field(org.drools.compiler.lang.descr.BaseDescr descr)
|
Methods inherited from interface org.drools.verifier.report.components.Cause |
getCauses |
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
Field
public Field(org.drools.compiler.lang.descr.BaseDescr descr)
getPath
public String getPath()
- Specified by:
getPath
in class VerifierComponent<org.drools.compiler.lang.descr.BaseDescr>
getVerifierComponentType
public VerifierComponentType getVerifierComponentType()
- Specified by:
getVerifierComponentType
in class VerifierComponent<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:
toString
in class VerifierComponent<org.drools.compiler.lang.descr.BaseDescr>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.