org.geotoolkit.naming
Class DefaultMemberName
Object
AbstractName
DefaultLocalName
DefaultMemberName
- All Implemented Interfaces:
- Serializable, Comparable<GenericName>, GenericName, LocalName, MemberName
@Immutable
public class DefaultMemberName
- extends DefaultLocalName
- implements MemberName
The name to identify a member of a record.
DefaultMemberName can be instantiated by any of the following methods:
- Since:
- 3.17
- Version:
- 3.17
- Author:
- Guilhem Legal (Geomatys)
- See Also:
- Serialized Form
- Module:
DefaultMemberName
protected DefaultMemberName(NameSpace scope,
CharSequence name,
TypeName attributeType)
- Constructs a member name from the given character sequence and attribute type.
- Parameters:
scope - The scope of this name, or null for a global scope.name - The local name (never null).attributeType - The type of the data associated with the record member (never null).
getAttributeType
public TypeName getAttributeType()
- Returns the type of the data associated with the record member.
- Specified by:
getAttributeType in interface MemberName
Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.