public class XPFAttributeValue extends XPFEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
XPFAttributeValue.XPFAttributeValueBuilder<C extends XPFAttributeValue,B extends XPFAttributeValue.XPFAttributeValueBuilder<C,B>> |
XPFEntity.XPFEntityBuilder<C extends XPFEntity,B extends XPFEntity.XPFEntityBuilder<C,B>>| Modifier | Constructor and Description |
|---|---|
|
XPFAttributeValue(String stringValue,
@NonNull List<String> stringMultiValues,
Object value,
XPFAttribute attribute) |
protected |
XPFAttributeValue(XPFAttributeValue.XPFAttributeValueBuilder<?,?> b) |
| Modifier and Type | Method and Description |
|---|---|
static XPFAttributeValue.XPFAttributeValueBuilder<?,?> |
builder() |
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, getCustomDataValueprotected XPFAttributeValue(XPFAttributeValue.XPFAttributeValueBuilder<?,?> b)
public XPFAttributeValue(String stringValue, @NonNull @NonNull List<String> stringMultiValues, Object value, XPFAttribute attribute)
public static XPFAttributeValue.XPFAttributeValueBuilder<?,?> builder()
public String getStringValue()
@NonNull public @NonNull List<String> getStringMultiValues()
public Object getValue()
public XPFAttribute getAttribute()
Copyright © 2026. All rights reserved.