public class MemberNameImpl extends LocalName implements MemberName
Map<MemberName,TypeName>.
 It may be more simple to think of MemberName as a Map.Entry
 - since it is both the "key" and the "value".
 
this
   TypeName
 DEFAULT_SEPARATOR| Constructor and Description | 
|---|
| MemberNameImpl(CharSequence name,
              TypeName typeName)Constructs a member name from the specified string with no scope. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object object)Compares this member name with the associated object for equality. | 
| TypeName | getAttributeType()Returns the type of the data associated with the record member. | 
| int | hashCode()Returns a hash code value for this local name. | 
asScopedName, compareTo, depth, getParsedNames, getScope, head, push, scope, tip, toFullyQualifiedName, toInternationalString, toStringasLocalName, namename, push, scope, toFullyQualifiedName, toInternationalStringcompareTopublic MemberNameImpl(CharSequence name, TypeName typeName)
name - The local name (never null).type - The type associated with this name.public TypeName getAttributeType()
getAttributeType in interface MemberNamepublic boolean equals(Object object)
Copyright © 1996–2019 Geotools. All rights reserved.