ValueType
- the object type of the values for this attributepublic abstract class BaseAttribute<ValueType> extends Object implements Comparable<BaseAttribute>
修飾子 | コンストラクタと説明 |
---|---|
protected |
BaseAttribute()
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
int |
compareTo(BaseAttribute o) |
boolean |
equals(Object obj) |
Map<Locale,String> |
getDisplayDescriptions()
Gets the localized human readable description of attribute.
|
Map<Locale,String> |
getDisplayNames()
Gets the localized human readable name of the attribute.
|
abstract List<AttributeEncoder> |
getEncoders()
Gets the list of attribute encoders usable with this attribute.
|
abstract String |
getId()
Gets the unique ID of the attribute.
|
abstract Comparator<ValueType> |
getValueComparator()
Gets the comparator used to sort values.
|
abstract Collection<ValueType> |
getValues()
Gets the values of the attribute.
|
int |
hashCode() |
String |
toString() |
public Map<Locale,String> getDisplayDescriptions()
public Map<Locale,String> getDisplayNames()
public abstract List<AttributeEncoder> getEncoders()
public abstract String getId()
public abstract Comparator<ValueType> getValueComparator()
public abstract Collection<ValueType> getValues()
public int compareTo(BaseAttribute o)
compareTo
インタフェース内 Comparable<BaseAttribute>
Copyright © 2012. All Rights Reserved.