public class PropertyList extends Object implements Serializable
Constructor and Description |
---|
PropertyList() |
PropertyList(int size) |
PropertyList(List<Object> list) |
Modifier and Type | Method and Description |
---|---|
void |
add(Boolean value) |
void |
add(Date value) |
void |
add(Double value) |
void |
add(Long value) |
void |
add(PropertyList value) |
void |
add(PropertyMap value) |
void |
add(String value) |
Boolean |
getBoolean(int i) |
Boolean |
getBoolean(int i,
Boolean defValue) |
Date |
getDate(int i) |
Date |
getDate(int i,
Date defValue) |
Double |
getDouble(int i) |
Double |
getDouble(int i,
Double defValue) |
PropertyList |
getList(int i) |
PropertyList |
getList(int i,
PropertyList defValue) |
Long |
getLong(int i) |
Long |
getLong(int i,
Long defValue) |
PropertyMap |
getMap(int i) |
PropertyMap |
getMap(int i,
PropertyMap defValue) |
String |
getString(int i) |
String |
getString(int i,
String defValue) |
boolean |
isEmpty() |
List<Object> |
list() |
void |
set(int i,
Boolean value) |
void |
set(int i,
Date value) |
void |
set(int i,
Double value) |
void |
set(int i,
Long value) |
void |
set(int i,
PropertyList value) |
void |
set(int i,
PropertyMap value) |
void |
set(int i,
String value) |
int |
size() |
String |
toString() |
public int size()
public boolean isEmpty()
public String getString(int i)
public Boolean getBoolean(int i)
public Long getLong(int i)
public Double getDouble(int i)
public Date getDate(int i)
public PropertyList getList(int i)
public PropertyMap getMap(int i)
public PropertyList getList(int i, PropertyList defValue)
public PropertyMap getMap(int i, PropertyMap defValue)
public void set(int i, String value)
public void set(int i, Boolean value)
public void set(int i, Long value)
public void set(int i, Double value)
public void set(int i, Date value)
public void set(int i, PropertyList value)
public void set(int i, PropertyMap value)
public void add(String value)
public void add(Boolean value)
public void add(Long value)
public void add(Double value)
public void add(Date value)
public void add(PropertyList value)
public void add(PropertyMap value)
Copyright © 2011 Nuxeo SA. All Rights Reserved.