|
org.netbeans.modules.convertor/1 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.api.convertor.ConvertorDescriptor
public final class ConvertorDescriptor
Convertor descriptor describes basic capability of the convertor,
that is the XML namespace and element name which the convertor
is capable to read, and (optional) class name which instances the convertor is
capable to persist. Only the instances of the particular Java class
will be persisted by the convertor. All subclasses must have their own
convertors. For more details about semantics of these attributes see
Convertor
class Javadoc.
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getClassName()
Gets the fully qualified name of the class which instances the convertor can persist. |
String |
getElementName()
Gets the root element name which the convertor can read. |
String |
getNamespace()
Gets the XML namespace which the convertor can read. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getNamespace()
public String getElementName()
public String getClassName()
public boolean equals(Object o)
public int hashCode()
public String toString()
|
org.netbeans.modules.convertor/1 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |