org.drools.verifier.components
Class Field
java.lang.Object
org.drools.verifier.data.VerifierComponent
org.drools.verifier.components.Field
- All Implemented Interfaces:
- Comparable<VerifierComponent>, Cause
- Direct Known Subclasses:
- EnumField
public class Field
- extends VerifierComponent
- implements Cause
Constructor Summary |
Field()
|
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()
getPath
public String getPath()
- Specified by:
getPath
in class VerifierComponent
getVerifierComponentType
public VerifierComponentType getVerifierComponentType()
- Specified by:
getVerifierComponentType
in class VerifierComponent
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
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.