|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.view.ViewSpec
public final class ViewSpec
Encapsulates the information required to specify a object construction. A object construction specification can be equal to another specification. This information is important to determine reuse of any object.
Constructor Summary | |
---|---|
ViewSpec(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 ViewSpec(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 PrimitiveValue instances 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 |