public class GJsonListValue<T extends JsonAttrValue> extends JsonAttrValue
Constructor and Description |
---|
GJsonListValue() |
Modifier and Type | Method and Description |
---|---|
AttributeType |
getListType() |
java.lang.Object |
getValue() |
java.util.List<T> |
getValues() |
void |
setListType(AttributeType lt) |
void |
setValue(java.lang.Object at) |
void |
setValues(java.util.List<T> at) |
java.lang.String |
toString() |
getType, setType
public java.lang.Object getValue()
getValue
in class JsonAttrValue
public java.util.List<T> getValues()
public void setValues(java.util.List<T> at)
public void setValue(java.lang.Object at)
setValue
in class JsonAttrValue
public void setListType(AttributeType lt)
public AttributeType getListType()
public java.lang.String toString()
toString
in class JsonAttrValue