A - generic immutable type of attribute valuepublic interface AttributeKey<A>
Defines a key for a format attribute as type-safe accessor.
Attributes are constrained to types which are immutable and
serializable. If there are predefined attributes then the associated
keys are to be used via the corresponding constants in the class
Attributes instead of creating new ones.
AttributeQuery| Modifier and Type | Method and Description |
|---|---|
String |
name()
Name of associated format attribute.
|
Class<A> |
type()
Typ des assoziierten Formatattributs.
|
Copyright © 2014–2015. All rights reserved.