|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents something that is named.
Method Summary | |
Name |
getName()
Return the name of the object. |
void |
setName(Name name)
Sets the name of the object. |
void |
setName(java.lang.String localName)
Sets the name of the object. |
void |
setName(java.net.URI namespaceName,
java.lang.String localName)
Sets the name of the object. |
Method Detail |
public Name getName()
public void setName(Name name)
name
- The name to set.public void setName(java.lang.String localName)
localName
- The local name to use and the namespace name is assumed to be URI.NO_NAMESPACEpublic void setName(java.net.URI namespaceName, java.lang.String localName)
namespaceName
- The namespace name to use.localName
- The local name to use.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |