public class XPFAttributeValue extends XPFEntity
| Constructor and Description | 
|---|
XPFAttributeValue(String stringValue,
                 Object value,
                 XPFAttribute attribute)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
XPFAttribute | 
getAttribute()
The attribute definition. 
 | 
String | 
getStringValue()
The string representation of the attribute value. 
 | 
Object | 
getValue()
The non-string representation of the attribute value. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
getCustomDatapublic XPFAttributeValue(String stringValue, Object value, XPFAttribute attribute)
public String getStringValue()
public Object getValue()
public XPFAttribute getAttribute()
Copyright © 2024. All rights reserved.