edu.ucsb.nceas.morpho.datapackage
Class Attribute

java.lang.Object
  extended byedu.ucsb.nceas.morpho.datapackage.Attribute

public class Attribute
extends java.lang.Object

class that represents a Attribute


Constructor Summary
Attribute()
           
Attribute(org.w3c.dom.Node node, AbstractDataPackage adp)
           
Attribute(OrderedMap om)
           
 
Method Summary
 AbstractDataPackage getContainer()
           
 org.w3c.dom.Node getNode()
           
 void setContainer(AbstractDataPackage adp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()

Attribute

public Attribute(OrderedMap om)

Attribute

public Attribute(org.w3c.dom.Node node,
                 AbstractDataPackage adp)
Method Detail

setContainer

public void setContainer(AbstractDataPackage adp)

getContainer

public AbstractDataPackage getContainer()

getNode

public org.w3c.dom.Node getNode()


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.