|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.ConfigurationVariable
public class ConfigurationVariable
Provides variable configuration.
Constructor Summary | |
---|---|
ConfigurationVariable()
|
Method Summary | |
---|---|
java.lang.Object |
getInitializationValue()
Returns the initialization value, or null if none was supplied. |
java.lang.String |
getType()
Returns the variable type as a fully-qualified class name, primitive type or event type name. |
boolean |
isConstant()
Returns true if the variable is a constant, or false for regular variable. |
void |
setConstant(boolean constant)
Set to true to indicate that the variable is a constant, or false for regular variable. |
void |
setInitializationValue(java.lang.Object initializationValue)
Sets the variable type. |
void |
setType(java.lang.String type)
Sets the variable type as a fully-qualified class name, primitive type or event type name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationVariable()
Method Detail |
---|
public java.lang.String getType()
public void setType(java.lang.String type)
type
- type namepublic java.lang.Object getInitializationValue()
String-type initialization values for numeric or boolean types are allowed and are parsed.
public void setInitializationValue(java.lang.Object initializationValue)
Variables are scalar values and primitive or boxed Java builtin types are accepted.
initializationValue
- the default value or null if the default value is nullpublic boolean isConstant()
public void setConstant(boolean constant)
constant
- true for constant, false for variable
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |