public class WSAttributeValue extends WSAttribute
| Constructor and Description |
|---|
WSAttributeValue() |
WSAttributeValue(WSAttribute wsAttribute) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addValue(Object value) |
Boolean |
getBooleanValue() |
Character |
getCharacterValue() |
Date |
getDateValue() |
Double |
getDoubleValue() |
File |
getFileValue() |
Float |
getFloatValue() |
Integer |
getIntegerValue() |
Long |
getLongValue() |
String |
getStringValue() |
URI |
getURIValue() |
List<Object> |
getValues() |
void |
setValues(List<Object> values) |
getName, getType, isKey, isNullable, isPassword, setKey, setName, setNullable, setPassword, setTypeequals, hashCode, toStringpublic WSAttributeValue()
public WSAttributeValue(WSAttribute wsAttribute)
public final boolean addValue(Object value)
public String getStringValue()
public Boolean getBooleanValue()
public Long getLongValue()
public Float getFloatValue()
public Double getDoubleValue()
public Integer getIntegerValue()
public Date getDateValue()
public Character getCharacterValue()
public URI getURIValue()
public File getFileValue()
Copyright © 2014. All Rights Reserved.