|
|||||||||||
| 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.NVPObjectDefReference
An NVP Group is a named set of NVPs. The name is bascially a "type". An NVP is a name-value-pair (aka Attribute). Value can be multiple, or not.
| Constructor Summary | |
protected |
NVPObjectDefReference()
|
| 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 |
getNameOfNVPObjectDef()
|
PrefixAndNamespaceTuple[] |
getNamespacesInfo()
We need to know the namespace of the class to include. |
int |
hashCode()
|
boolean |
isValid()
Is this ready to go or are there syntax errors, like missing required fields? |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected NVPObjectDefReference()
| Method Detail |
public java.lang.String getNameOfNVPObjectDef()
public 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 | ||||||||||