org.gvsig.metadata.lib.ioexchanger.iso19139.parser.model
Class ObjectValueType
java.lang.Object
org.gvsig.metadata.lib.ioexchanger.iso19139.parser.model.AbstractObjectValueType
org.gvsig.metadata.lib.ioexchanger.iso19139.parser.model.ObjectValueType
- All Implemented Interfaces:
- ValueType
public class ObjectValueType
- extends AbstractObjectValueType
- implements ValueType
| Methods inherited from interface org.gvsig.metadata.lib.ioexchanger.iso19139.parser.ValueType |
getId, getType |
ObjectValueType
public ObjectValueType(String tagName,
int type)
getValue
public Object getValue()
- Description copied from interface:
ValueType
- Gets the current value
- Specified by:
getValue in interface ValueType
- Returns:
- the current value
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
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
Copyright © 2004-2013 gvSIG. All Rights Reserved.