org.treebind
Class Names

java.lang.Object
  extended byorg.treebind.DefaultNameImplementation
      extended byorg.treebind.Names
All Implemented Interfaces:
Name

public class Names
extends DefaultNameImplementation
implements Name

Name implementation used to represent general purpose builtin names.

Author:
Eric van der Vlist
See Also:
Name

Field Summary
static Names literal
          Name used to identify the nature of "literal" properties.
static Names root
          Name used to identify the role of root properties.
 
Method Summary
 java.lang.String getFullName()
          Gets the full name which is usually the concatenation of the domain name and the local name with a separator.
 
Methods inherited from class org.treebind.DefaultNameImplementation
equals, getDomainName, getLocalName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.treebind.Name
equals, getDomainName, getLocalName
 

Field Detail

literal

public static Names literal
Name used to identify the nature of "literal" properties.


root

public static Names root
Name used to identify the role of root properties.

Method Detail

getFullName

public java.lang.String getFullName()
Description copied from interface: Name
Gets the full name which is usually the concatenation of the domain name and the local name with a separator.

Specified by:
getFullName in interface Name
Overrides:
getFullName in class DefaultNameImplementation