public abstract class AbstractAttributeValue<T extends Serializable> extends Object implements AttributeValue<T>
Modifier | Constructor and Description |
---|---|
|
AbstractAttributeValue() |
protected |
AbstractAttributeValue(T val,
boolean nonLatinScriptAlternateVer) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
T |
getValue()
Returns the typed value.
|
int |
hashCode() |
boolean |
isNonLatinScriptAlternateVersion()
Returns
true when the given value is the alternate version of a value in a non-latin script, false otherwise. |
String |
toString() |
@Nonnull public T getValue()
AttributeValue
getValue
in interface AttributeValue<T extends Serializable>
public boolean isNonLatinScriptAlternateVersion()
AttributeValue
true
when the given value is the alternate version of a value in a non-latin script, false
otherwise.isNonLatinScriptAlternateVersion
in interface AttributeValue<T extends Serializable>
true
when the given value is the alternate version of a value in a non-latin script, false
otherwise.Copyright © 2020. All Rights Reserved.