|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openspml.v2.examples.nvpstore.csvdb.def.NVPObjectStoreDef
| Constructor Summary | |
protected |
NVPObjectStoreDef()
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getElementName()
This should return the name of the element to be placed in the XML |
java.lang.String |
getNameOfTypeNVP()
If an object is to be considered valid, it will have an attribute with this name whose value is the name of the ObjectDef that defines the attributes in the object. |
java.lang.String |
getNameOfUidNVP()
|
PrefixAndNamespaceTuple[] |
getNamespacesInfo()
We need to know the namespace of the class to include. |
NVPObjectDef |
getNVPObjectDef(java.lang.String s)
|
NVPObjectDef[] |
getNVPObjectDefs()
|
java.lang.String |
getStoreName()
|
int |
hashCode()
|
boolean |
isValid()
Is this ready to go or are there syntax errors, like missing required fields? |
java.lang.String |
toXML(XMLMarshaller xmlMarshaller)
Visitor pattern - dispatch this type to the visitor (m) please. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected NVPObjectStoreDef()
| Method Detail |
public java.lang.String getNameOfTypeNVP()
public java.lang.String getNameOfUidNVP()
public NVPObjectDef[] getNVPObjectDefs()
public NVPObjectDef getNVPObjectDef(java.lang.String s)
public java.lang.String getStoreName()
public java.lang.String toXML(XMLMarshaller xmlMarshaller)
throws Spml2Exception
Marshallable
toXML in interface MarshallablexmlMarshaller -
Spml2Exceptionpublic java.lang.String getElementName()
MarshallableElement
getElementName in interface MarshallableElementpublic PrefixAndNamespaceTuple[] getNamespacesInfo()
MarshallableElement
getNamespacesInfo in interface MarshallableElementpublic boolean isValid()
MarshallableElement
isValid in interface MarshallableElementpublic boolean equals(java.lang.Object o)
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||