EncodedType - the type of object created by encoding the attributepublic abstract class AbstractAttributeEncoder<EncodedType> extends Object implements AttributeEncoder<EncodedType>
AttributeEncoders.| Modifier and Type | Field and Description |
|---|---|
private String |
attributeName
Name of the attribute.
|
| 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, waitencodeprivate String attributeName
public String getAttributeName()
getAttributeName in interface AttributeEncoder<EncodedType>public void setAttributeName(String newAttributeName)
setAttributeName in interface AttributeEncoder<EncodedType>newAttributeName - name of the attributeCopyright © 1999-2015. All Rights Reserved.