public interface StateAccessor
Modifier and Type | Method and Description |
---|---|
Object[] |
getArray(String name)
Gets an array value.
|
Object |
getSingle(String name)
Gets a single value.
|
void |
setArray(String name,
Object[] value)
Sets an array value.
|
void |
setSingle(String name,
Object value)
Sets a single value.
|
Object getSingle(String name) throws PropertyException
name
- the namePropertyException
Object[] getArray(String name) throws PropertyException
name
- the namePropertyException
void setSingle(String name, Object value) throws PropertyException
name
- the namevalue
- the valuePropertyException
void setArray(String name, Object[] value) throws PropertyException
name
- the namevalue
- the valuePropertyException
Copyright © 2015 Nuxeo SA. All rights reserved.