|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.common.attribute.BaseAttribute<ValueType>
ValueType
- the object type of the values for this attributepublic abstract class BaseAttribute<ValueType>
A resolved attribute.
Constructor Summary | |
---|---|
protected |
BaseAttribute()
Constructor. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected BaseAttribute()
Method Detail |
---|
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 hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public int compareTo(BaseAttribute o)
compareTo
in interface Comparable<BaseAttribute>
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |