Skip navigation links


com.bea.p13n.rules
Interface Result

All Superinterfaces
Serializable

public interface Result
extends Serializable

An encapsulating interface for an Object created during rule firing.


Method Summary
 Object getObject()
          Returns the object associated with the result.
 String getRuleName()
          Returns the name of the rule that created the result.
 int getType()
          Returns the type of the result.

 

Method Detail

getType

int getType()
Returns the type of the result.
Returns
The type of the result.

getObject

Object getObject()
Returns the object associated with the result.
Returns
The object associated with the result.

getRuleName

String getRuleName()
Returns the name of the rule that created the result.
Returns
The name of the rule that created the result.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.