org.drools.verifier.components
Class Field

java.lang.Object
  extended by org.drools.verifier.data.VerifierComponent
      extended by org.drools.verifier.components.Field
All Implemented Interfaces:
Comparable<VerifierComponent>, Cause
Direct Known Subclasses:
EnumField

public class Field
extends VerifierComponent
implements Cause


Field Summary
static String BOOLEAN
           
static String DATE
           
static String DOUBLE
           
static String ENUM
           
static String INT
           
protected  String name
           
static String OBJECT
           
protected  String objectTypeName
           
static String STRING
           
static String UNKNOWN
           
static String VARIABLE
           
 
Constructor Summary
Field()
           
 
Method Summary
 String getFieldType()
           
 String getName()
           
 String getObjectTypeName()
           
 String getObjectTypePath()
           
 String getPath()
           
 VerifierComponentType getVerifierComponentType()
           
 void setFieldType(String fieldType)
           
 void setName(String name)
           
 void setObjectTypeName(String objectTypeName)
           
 void setObjectTypePath(String objectTypePath)
           
 String toString()
           
 
Methods inherited from class org.drools.verifier.data.VerifierComponent
compareTo, getCauses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.drools.verifier.report.components.Cause
getCauses
 

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
Constructor Detail

Field

public Field()
Method Detail

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.