|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.dpml.library.info.AbstractDirective
net.dpml.library.info.DataDirective
public class DataDirective
Base class for a data directives.
Constructor Summary | |
---|---|
DataDirective(Element element)
Creation of a new data directive using a DOM element as the datastructure definition. |
|
DataDirective(Properties properties)
Creation of a new data directive using a supplied properties argument. |
Method Summary | |
---|---|
boolean |
equals(Object other)
Compare this object with another for equality. |
Element |
getElement()
Return the datatype element. |
int |
hashCode()
Compute the hash value. |
Methods inherited from class net.dpml.library.info.AbstractDirective |
---|
equals, getProperties, getProperty, hashArray, hashValue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataDirective(Element element)
element
- the DOM elementpublic DataDirective(Properties properties)
properties
- associated propertiesMethod Detail |
---|
public Element getElement()
getElement
in interface Data
public boolean equals(Object other)
equals
in class AbstractDirective
other
- the other object
public int hashCode()
hashCode
in class AbstractDirective
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |