|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.dpml.state.DefaultInterface
Default implementation of an operation.
Constructor Summary | |
DefaultInterface(String classname)
Creation of a new interface declaration. |
Method Summary | |
boolean |
equals(Object other)
Compare this object to another for equality. |
String |
getClassname()
Return the interface classname. |
String |
getName()
Overriden method returning the interface classname. |
int |
hashCode()
Compute the hashcode for this instance. |
String |
toString()
Return a string representation of the instance. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DefaultInterface(String classname) throws NullPointerException
classname
- the overriding method name
NullPointerException
- if the operation name is nullMethod Detail |
public String getName()
getName
in interface Action
getClassname()
public String getClassname()
getClassname
in interface Interface
public String toString()
public boolean equals(Object other)
other
- the other object
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |