public class NamedConsequenceDescr extends BaseDescr
| Constructor and Description |
|---|
NamedConsequenceDescr() |
NamedConsequenceDescr(String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isBreaking() |
void |
readExternal(ObjectInput in) |
void |
setBreaking(boolean breaking) |
void |
setName(String name) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setTextpublic NamedConsequenceDescr()
public NamedConsequenceDescr(String id)
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 BaseDescrIOExceptionpublic String getName()
public void setName(String name)
public boolean isBreaking()
public void setBreaking(boolean breaking)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.