|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="LocalName",
specification=ISO_19103)
public interface LocalNameIdentifier within a name space for a local object. Local names are names which are directly accessible to and maintained by a name space. Names are local to one and only one name space. The name space within which they are local is indicated by the scope.
NameFactory.createLocalName(NameSpace, CharSequence)| Method Summary | |
|---|---|
int |
depth()
Returns the depth, which is always 1 for a local name. |
List<? extends LocalName> |
getParsedNames()
Returns the sequence of local name. |
LocalName |
head()
Returns this since this object is already a local name. |
LocalName |
tip()
Returns this since this object is already a local name. |
String |
toString()
Returns a locale-independent string representation of this local name. |
| Methods inherited from interface GenericName |
|---|
push, scope, toFullyQualifiedName, toInternationalString |
| Methods inherited from interface Comparable |
|---|
compareTo |
| Method Detail |
|---|
int depth()
depth in interface GenericName
@UML(identifier="parsedName",
obligation=MANDATORY,
specification=ISO_19103)
List<? extends LocalName> getParsedNames()
this.
getParsedNames in interface GenericNamenull neither empty.LocalName head()
this since this object is already a local name.
head in interface GenericNameLocalName tip()
this since this object is already a local name.
tip in interface GenericName
@UML(identifier="aName",
obligation=MANDATORY,
specification=ISO_19103)
String toString()
toString in interface GenericNametoString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||