|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A JROMValue is the base for all JROM types. All simple types and complex types of JROM extend this type.
Method Summary | |
---|---|
JROMType |
getJROMType()
Deprecated. Gets the type of the JROM so you *can check against what it is without having to do *"instanceof". |
java.lang.String |
getNameLocalPart()
Deprecated. returns the local name of a JROMValue. |
java.lang.String |
getNameNamespace()
Deprecated. Returns the namespace uri of the jrom, or null if none was specified. |
JROMComplexValue |
getParent()
Deprecated. Returns the parent of the JROM. |
boolean |
isNameLocalPartEquals(JROMValue jval)
Deprecated. Checks whether the name local part of the incoming jval and that of this instance are equal. |
boolean |
isNameLocalPartEquals(java.lang.String lp)
Deprecated. Checks whether the name local part is equal to this string |
boolean |
isNameNamespaceEquals(JROMValue jval)
Deprecated. Checks whether the namespace of the incoming jval and that of this instance are equal. |
boolean |
isNameNamespaceEquals(java.lang.String ns)
Deprecated. Checks whether the namespace is equal to this string |
void |
setNameLocalPart(java.lang.String localName)
Deprecated. see getNameLocalPart |
void |
setNameNamespace(java.lang.String nameNamespace)
Deprecated. If your JROM has a namespace, this is where it would go. |
void |
setParent(JROMComplexValue jromval)
Deprecated. sets the parent of a JROMValue. |
Method Detail |
public JROMType getJROMType()
public java.lang.String getNameNamespace()
public void setNameNamespace(java.lang.String nameNamespace)
public java.lang.String getNameLocalPart()
public void setNameLocalPart(java.lang.String localName)
public boolean isNameNamespaceEquals(java.lang.String ns)
public boolean isNameNamespaceEquals(JROMValue jval)
public boolean isNameLocalPartEquals(java.lang.String lp)
public boolean isNameLocalPartEquals(JROMValue jval)
public JROMComplexValue getParent()
public void setParent(JROMComplexValue jromval)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |