EncodedType - the type of object created by encoding the attributepublic abstract class AbstractAttributeEncoder<EncodedType> extends Object implements AttributeEncoder<EncodedType>
AttributeEncoders.| Constructor and Description |
|---|
AbstractAttributeEncoder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Get the name of the attribute.
|
void |
setAttributeName(String newAttributeName)
Sets the name of the attribute.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodepublic String getAttributeName()
getAttributeName in interface AttributeEncoder<EncodedType>public void setAttributeName(String newAttributeName)
setAttributeName in interface AttributeEncoder<EncodedType>newAttributeName - name of the attributeCopyright © 1999–2014. All rights reserved.