public final class Rule extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Rule.Operation |
Constructor and Description |
---|
Rule(Rule.Operation operation,
Object object) |
Modifier and Type | Method and Description |
---|---|
<R> R |
getObject() |
Rule.Operation |
getOperation() |
void |
readFields(DataInput input) |
String |
toString() |
void |
write(DataOutput output) |
public Rule(Rule.Operation operation, Object object)
public Rule.Operation getOperation()
public <R> R getObject()
public void write(DataOutput output) throws IOException
IOException
public void readFields(DataInput input) throws IOException
IOException
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.