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 namePropertyExceptionObject[] getArray(String name) throws PropertyException
name - the namePropertyExceptionvoid setSingle(String name, Object value) throws PropertyException
name - the namevalue - the valuePropertyExceptionvoid setArray(String name, Object[] value) throws PropertyException
name - the namevalue - the valuePropertyExceptionCopyright © 2019 Nuxeo. All rights reserved.