|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ROType
Interface of a registry object type.
| Method Summary | |
|---|---|
ROAttribute |
getAttribute(java.lang.String pName)
Returns the attribute with the given name. |
java.util.Map<java.lang.String,ROAttribute> |
getAttributes()
Returns the map of all attributes. |
QName |
getQName()
Returns the object types qualified name. |
QName |
getQueryName()
Returns the object types query name. |
| Method Detail |
|---|
QName getQName()
throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException - The operation failed.
QName getQueryName()
throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException - The operation failed.
java.util.Map<java.lang.String,ROAttribute> getAttributes()
throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException - The operation failed.
ROAttribute getAttribute(java.lang.String pName)
throws javax.xml.registry.JAXRException
pName - The attribute name
javax.xml.registry.JAXRException - The operation failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||