public class SimpleAttribute extends AbstractAttribute
additionalAttributeProperties, caseExact, description, multiValued, mutability, name, required, returned, type, uniqueness, uri| Constructor and Description |
|---|
SimpleAttribute(String attributeName,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteSubAttributes() |
Boolean |
getBooleanValue() |
Date |
getDateValue()
Deprecated.
|
Instant |
getInstantValue() |
String |
getStringValue() |
Attribute |
getSubAttribute(String attributeName) |
Object |
getValue() |
void |
setValue(Object value) |
void |
updateValue(Object value) |
addAttributeProperty, getAttributeProperties, getAttributeProperty, getCaseExact, getDescription, getMultiValued, getMutability, getName, getRequired, getReturned, getType, getUniqueness, getURI, removeAttributeProperty, setCaseExact, setDescription, setMultiValued, setMutability, setName, setRequired, setReturned, setType, setUniqueness, setURIpublic Object getValue()
public void setValue(Object value)
public Attribute getSubAttribute(String attributeName) throws CharonException
CharonExceptionpublic void deleteSubAttributes()
throws CharonException
CharonExceptionpublic String getStringValue() throws CharonException
CharonException@Deprecated public Date getDateValue() throws CharonException
CharonExceptionpublic Instant getInstantValue() throws CharonException
CharonExceptionpublic Boolean getBooleanValue() throws CharonException
CharonExceptionpublic void updateValue(Object value) throws CharonException
CharonExceptionCopyright © 2020 WSO2. All rights reserved.