org.gvsig.metadata.lib.ioexchanger.iso19139.parser.model
Class ObjectValueListType

java.lang.Object
  extended by org.gvsig.metadata.lib.ioexchanger.iso19139.parser.model.AbstractObjectValueType
      extended by org.gvsig.metadata.lib.ioexchanger.iso19139.parser.model.ObjectValueListType
All Implemented Interfaces:
ValueType

public class ObjectValueListType
extends AbstractObjectValueType
implements ValueType


Constructor Summary
ObjectValueListType(String tagName, int type)
           
ObjectValueListType(ValueType valueType)
           
 
Method Summary
 Object getValue()
          Gets the current value
 Iterator iterator()
          Gets a list of values (empty if none).
 void setValue(Object value)
          Sets a given value
 
Methods inherited from class org.gvsig.metadata.lib.ioexchanger.iso19139.parser.model.AbstractObjectValueType
getId, getType, isNode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.gvsig.metadata.lib.ioexchanger.iso19139.parser.ValueType
getId, getType
 

Constructor Detail

ObjectValueListType

public ObjectValueListType(String tagName,
                           int type)

ObjectValueListType

public ObjectValueListType(ValueType valueType)
Method Detail

getValue

public Object getValue()
Description copied from interface: ValueType
Gets the current value

Specified by:
getValue in interface ValueType
Returns:
the current value

iterator

public Iterator iterator()
Description copied from interface: ValueType
Gets a list of values (empty if none).

Specified by:
iterator in interface ValueType
Returns:
the current list of values

setValue

public void setValue(Object value)
Description copied from interface: ValueType
Sets a given value

Specified by:
setValue in interface ValueType
Parameters:
value - the current value


Copyright © 2004-2013 gvSIG. All Rights Reserved.