public class UnitDescr extends BaseDescr
| Constructor and Description |
|---|
UnitDescr() |
UnitDescr(String clazzName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getTarget() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
setTarget(String clazzName) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
accept, copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, isNegated, negate, positionAsString, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setTextpublic UnitDescr()
public UnitDescr(String clazzName)
public String getTarget()
public void setTarget(String clazzName)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class BaseDescrIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class BaseDescrIOExceptionCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.