Esri Geoportal Server
1.0

com.esri.gpt.catalog.discovery
Interface IStoreable

All Known Implementing Classes:
AclProperty, AnyTextProperty, GeometryProperty, Storeable

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

getName

String getName()
Gets the name of the underlying data store component.

Returns:
the underlying name

getValues

Object[] getValues()
Gets the underlying values to store.

The values array wild be null if the field was not populated within the associated document.

There can be multiple values associated with a field, keywords for instance.

Returns:
the data values to store

setValue

void setValue(Object value)
Sets the value collection to a single object value.

Parameters:
value - the object value to set

setValues

void setValues(Object[] values)
Sets the underlying values to store.

The values array wild be null if the field was not populated within the associated document.

There can be multiple values associated with a field, keywords for instance.

Parameters:
values - the data values to store

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.