public class XPFAttributeValue extends XPFEntity
Constructor and Description |
---|
XPFAttributeValue(String stringValue,
@NonNull List<String> stringMultiValues,
Object value,
XPFAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
XPFAttribute |
getAttribute()
The attribute definition.
|
@NonNull List<String> |
getStringMultiValues()
For multi-valued attributes, this contains a collection of string representing the attribute values.
|
String |
getStringValue()
The string representation of the attribute value.
|
Object |
getValue()
The non-string representation of the attribute value.
|
int |
hashCode() |
String |
toString() |
getCustomData
public XPFAttributeValue(String stringValue, @NonNull @NonNull List<String> stringMultiValues, Object value, XPFAttribute attribute)
public String getStringValue()
@NonNull public @NonNull List<String> getStringMultiValues()
public Object getValue()
public XPFAttribute getAttribute()
Copyright © 2025. All rights reserved.