org.drools.verifier.components
Class ObjectType

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

public class ObjectType
extends VerifierComponent<BaseDescr>
implements Serializable

See Also:
Serialized Form

Constructor Summary
ObjectType(BaseDescr descr)
           
 
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, getDescr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectType

public ObjectType(BaseDescr descr)
Method Detail

getOffset

public int getOffset()

getPath

public String getPath()
Specified by:
getPath in class VerifierComponent<BaseDescr>

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<BaseDescr>

getFullName

public String getFullName()

setFullName

public void setFullName(String fullName)

toString

public String toString()
Overrides:
toString in class VerifierComponent<BaseDescr>

getMetadata

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


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.