org.gvsig.metadata.lib.ioexchanger.iso19139.parser.model
Class AbstractObjectValueType
java.lang.Object
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
AbstractObjectValueType
public AbstractObjectValueType(String tagName,
int type)
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.