org.drools.verifier.components
Class ObjectType

java.lang.Object
  extended by org.drools.verifier.data.VerifierComponent
      extended by org.drools.verifier.components.ObjectType
All Implemented Interfaces:
Serializable, Comparable<VerifierComponent>, Cause

public class ObjectType
extends VerifierComponent
implements Serializable

See Also:
Serialized Form

Constructor Summary
ObjectType()
           
 
Method Summary
 Set<Field> getFields()
           
 String getFullName()
           
 com.google.common.collect.Multimap<String,String> getMetadata()
           
 String getName()
           
 int getOffset()
           
 String getPath()
           
 VerifierComponentType getVerifierComponentType()
           
 void setFields(Set<Field> fields)
           
 void setFullName(String fullName)
           
 void setName(String name)
           
 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
 

Constructor Detail

ObjectType

public ObjectType()
Method Detail

getOffset

public int getOffset()

getPath

public String getPath()
Specified by:
getPath in class VerifierComponent

getName

public String getName()

setName

public void setName(String name)

getFields

public Set<Field> getFields()

setFields

public void setFields(Set<Field> fields)

getVerifierComponentType

public VerifierComponentType getVerifierComponentType()
Specified by:
getVerifierComponentType in class VerifierComponent

getFullName

public String getFullName()

setFullName

public void setFullName(String fullName)

toString

public String toString()
Overrides:
toString in class VerifierComponent

getMetadata

public com.google.common.collect.Multimap<String,String> getMetadata()


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.