org.geotoolkit.naming
Class DefaultTypeName
Object
AbstractName
DefaultLocalName
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:
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.