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 SummaryConstructors Constructor Description Variable()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
 
- 
- 
- 
Field Detail- 
vpublic static final Variable v 
 
- 
 - 
Method Detail- 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Specified by:
- writeExternalin interface- Externalizable
- Throws:
- IOException
 
 - 
readExternalpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException - Specified by:
- readExternalin interface- Externalizable
- Throws:
- IOException
- ClassNotFoundException
 
 
- 
 
-