public interface VariableInterface
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
get()
Get the values of the variable
|
boolean |
getable()
Is the variable a READ variable, can this variable be used in the get method.
|
java.lang.String |
getDescription()
Get the description of the variable
|
java.lang.String |
getName()
Get the name of the variable
|
void |
set(java.lang.String value)
Set the value to the variable
|
boolean |
setable()
Is the variable a WRITE variable, can this variable be used in the set method.
|
void |
setFactory(AoFactoryIF aoFactory)
Set the factory for the access to the C implementation
|
void |
setSession(AoSession aoSession)
Set the session for the access to the C implementation
|
java.lang.String getName()
java.lang.String getDescription()
java.lang.String[] get() throws com.highqsoft.avalon.AvalonException
com.highqsoft.avalon.AvalonException
- any occurring Avalon exception.void set(java.lang.String value) throws com.highqsoft.avalon.AvalonException
value
- the new valuecom.highqsoft.avalon.AvalonException
- any occurring Avalon exceptionboolean getable() throws com.highqsoft.avalon.AvalonException
com.highqsoft.avalon.AvalonException
- any occurring Avalon exceptionboolean setable() throws com.highqsoft.avalon.AvalonException
com.highqsoft.avalon.AvalonException
- any occurring Avalon exceptionvoid setFactory(AoFactoryIF aoFactory)
aoFactory
- the com.highqsoft.avalon.AoFactoryvoid setSession(AoSession aoSession)
aoSession
- the com.highqsoft.avalon.AoSession