ValueType - the type of valuepublic interface IdPAttributeValue<ValueType>
IdPAttribute. This interface provides an explicit method for getting the value of
an attribute as opposed to any other data that may be associated with the value.
Implementations of this interface MUST implement an appropriate Object.equals(Object) and
Object.hashCode() method. They should also implement Object.toString() such that useful
representations may be written out in log messages.
| Modifier and Type | Method and Description |
|---|---|
ValueType |
getValue()
Gets the value of this attribute.
|
Copyright © 1999–2014. All rights reserved.