|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.spec.ObjectSpec
public abstract class ObjectSpec
Encapsulates the information required to specify an object identification and construction.
Abstract class for use with any object, such as views, pattern guards or pattern observers.
A object construction specification can be equal to another specification. This information can be important to determine reuse of any object.
Constructor Summary | |
---|---|
ObjectSpec(String namespace,
String objectName,
List<Object> objectParameters)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(Object otherObject)
|
String |
getObjectName()
Returns the object name. |
String |
getObjectNamespace()
Returns namespace for view object. |
List<Object> |
getObjectParameters()
Returns the list of object parameters. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObjectSpec(String namespace, String objectName, List<Object> objectParameters)
namespace
- if the namespace the object is inobjectName
- is the name of the objectobjectParameters
- is a list of values representing the object parametersMethod Detail |
---|
public String getObjectNamespace()
public final String getObjectName()
public final List<Object> getObjectParameters()
public final boolean equals(Object otherObject)
equals
in class Object
public final String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |