EncodedType
- the type of object created by encoding the attributepublic abstract class AbstractAttributeEncoder<EncodedType> extends Object implements AttributeEncoder<EncodedType>
AttributeEncoder
s.コンストラクタと説明 |
---|
AbstractAttributeEncoder() |
修飾子とタイプ | メソッドと説明 |
---|---|
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, wait
encode
public String getAttributeName()
getAttributeName
インタフェース内 AttributeEncoder<EncodedType>
public void setAttributeName(String newAttributeName)
setAttributeName
インタフェース内 AttributeEncoder<EncodedType>
newAttributeName
- name of the attributeCopyright © 2012. All Rights Reserved.