org.geotoolkit.naming
Class DefaultTypeName

Object
  extended by AbstractName
      extended by DefaultLocalName
          extended by DefaultTypeName
All Implemented Interfaces:
Serializable, Comparable<GenericName>, GenericName, LocalName, TypeName

@Immutable
public class DefaultTypeName
extends DefaultLocalName
implements TypeName

The name of an attribute type.

DefaultTypeName can be instantiated by any of the following methods:

Since:
3.00
Version:
3.00
Author:
Guilhem Legal (Geomatys), Cédric Briançon (Geomatys)
See Also:
Serialized Form
Module:
metadata/geotk-metadata (download)    View source code for this class

Constructor Summary
protected DefaultTypeName(NameSpace scope, CharSequence name)
          Constructs a type name from the given character sequence.
 
Method Summary
 
Methods inherited from class DefaultLocalName
compareTo, depth, equals, getParsedNames, hashCode, head, scope, tip, toInternationalString, toString
 
Methods inherited from class AbstractName
push, toFullyQualifiedName
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface LocalName
depth, getParsedNames, head, tip, toString
 
Methods inherited from interface GenericName
push, scope, toFullyQualifiedName, toInternationalString
 
Methods inherited from interface Comparable
compareTo
 

Constructor Detail

DefaultTypeName

protected DefaultTypeName(NameSpace scope,
                          CharSequence name)
Constructs a type name from the given character sequence. The argument are given unchanged to the super-class constructor.

Parameters:
scope - The scope of this name, or null for a global scope.
name - The local name (never null).


Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.