T
- the type of the valuepublic interface AttributeValue<T> extends Serializable
AttributeDefinition
.
Implementations of this interface must implement Serializable
.
Modifier and Type | Method and Description |
---|---|
T |
getValue()
Returns the typed value.
|
boolean |
isNonLatinScriptAlternateVersion()
Returns
true when the given value is the alternate version of a value in a non-latin script, false otherwise. |
T getValue()
boolean isNonLatinScriptAlternateVersion()
true
when the given value is the alternate version of a value in a non-latin script, false
otherwise.true
when the given value is the alternate version of a value in a non-latin script, false
otherwise.Copyright © 2020. All Rights Reserved.