com.ibm.ram.internal.jaxb
Class Instruction
java.lang.Object
com.ibm.ram.internal.jaxb.Instruction
- All Implemented Interfaces:
- java.lang.Cloneable
public class Instruction
- extends java.lang.Object
- implements java.lang.Cloneable
A state level instruction for the collaborators
- Since:
- 7.5.1
|
Field Summary |
protected java.lang.String |
body
|
protected java.lang.Boolean |
inherited
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
body
protected java.lang.String body
inherited
protected java.lang.Boolean inherited
Instruction
public Instruction()
getBody
public java.lang.String getBody()
- Returns:
- Returns the body.
- Since:
- 7.5.1
setBody
public void setBody(java.lang.String body)
- Parameters:
body - The body to set.- Since:
- 7.5.1
isInherited
public boolean isInherited()
- Returns:
- Returns the inherited.
- Since:
- 7.5.1
setInherited
public void setInherited(boolean inherited)
- Parameters:
inherited - The inherited to set.- Since:
- 7.5.1
clone
public Instruction clone()
throws java.lang.CloneNotSupportedException
- Overrides:
clone in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException