|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.client.ConfigurationVariable
public class ConfigurationVariable
Provides variable configuration.
Constructor Summary | |
---|---|
ConfigurationVariable()
|
Method Summary | |
---|---|
Object |
getInitializationValue()
Returns the initialization value, or null if none was supplied. |
Class |
getType()
Returns the variable type. |
void |
setInitializationValue(Object initializationValue)
Sets the variable type. |
void |
setType(Class type)
Sets the variable type. |
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 Class getType()
Variables are scalar values and primitive or boxed Java builtin types are accepted.
public void setType(Class type)
Variables are scalar values and primitive or boxed Java builtin types are accepted.
type
- variable typepublic Object getInitializationValue()
String-type initialization values for numeric or boolean types are allowed and are parsed.
public void setInitializationValue(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 null
|
© 2007 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 |