|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStoreable
Represents the underlying data store component associated with a discoverable property.
Method Summary | |
---|---|
String |
getName()
Gets the name of the underlying data store component. |
Object[] |
getValues()
Gets the underlying values to store. |
void |
setValue(Object value)
Sets the value collection to a single object value. |
void |
setValues(Object[] values)
Sets the underlying values to store. |
Method Detail |
---|
String getName()
Object[] getValues()
void setValue(Object value)
value
- the object value to setvoid setValues(Object[] values)
values
- the data values to store
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |