public class SimpleAttribute extends AbstractAttribute
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() |
String |
getStringValue() |
Attribute |
getSubAttribute(String attributeName) |
Object |
getValue() |
void |
setValue(Object value) |
void |
updateValue(Object value) |
getCaseExact, getDescription, getMultiValued, getMutability, getName, getRequired, getReturned, getType, getUniqueness, getURI, 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
CharonExceptionpublic Date getDateValue() throws CharonException
CharonExceptionpublic Boolean getBooleanValue() throws CharonException
CharonExceptionpublic void updateValue(Object value) throws CharonException
CharonExceptionCopyright © 2018 WSO2. All rights reserved.