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

java.lang.Object
  extended by org.gvsig.metadata.lib.ioexchanger.iso19139.parser.model.AbstractObjectValueType
All Implemented Interfaces:
ValueType
Direct Known Subclasses:
AbstractXMLNode, ObjectValueListType, ObjectValueType

public abstract class AbstractObjectValueType
extends Object
implements ValueType


Constructor Summary
AbstractObjectValueType(String tagName, int type)
           
 
Method Summary
 String getId()
          Retrieves the node ID
 int getType()
          Gets the intermediate ValueType
 boolean isNode()
           
 String 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
getValue, iterator, setValue
 

Constructor Detail

AbstractObjectValueType

public AbstractObjectValueType(String tagName,
                               int type)
Method Detail

getId

public String getId()
Description copied from interface: ValueType
Retrieves the node ID

Specified by:
getId in interface ValueType
Returns:
the node ID

getType

public int getType()
Description copied from interface: ValueType
Gets the intermediate ValueType

Specified by:
getType in interface ValueType
Returns:
the intermediate ValueType

isNode

public boolean isNode()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013 gvSIG. All Rights Reserved.