Package org.kie.api.runtime.rule
Class Variable
- java.lang.Object
 - 
- org.kie.api.runtime.rule.Variable
 
 
- 
- All Implemented Interfaces:
 Externalizable,Serializable
public class Variable extends Object implements Externalizable
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Variable() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out) 
 - 
 
- 
- 
Field Detail
- 
v
public static final Variable v
 
 - 
 
- 
Method Detail
- 
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
 writeExternalin interfaceExternalizable- Throws:
 IOException
 
- 
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
 readExternalin interfaceExternalizable- Throws:
 IOExceptionClassNotFoundException
 
 - 
 
 -