public class ObjectType extends VerifierComponent<org.drools.compiler.lang.descr.BaseDescr> implements Serializable
| Constructor and Description |
|---|
ObjectType(org.drools.compiler.lang.descr.BaseDescr descr) |
| Modifier and Type | Method and Description |
|---|---|
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() |
compareTo, getCauses, getDescrpublic int getOffset()
public String getPath()
getPath in class VerifierComponent<org.drools.compiler.lang.descr.BaseDescr>public String getName()
public void setName(String name)
public VerifierComponentType getVerifierComponentType()
getVerifierComponentType in class VerifierComponent<org.drools.compiler.lang.descr.BaseDescr>public String getFullName()
public void setFullName(String fullName)
public String toString()
toString in class VerifierComponent<org.drools.compiler.lang.descr.BaseDescr>Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.