Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.client.model
Class PropertyList

java.lang.Object
  extended by org.nuxeo.ecm.automation.client.model.PropertyList
All Implemented Interfaces:
Serializable

public class PropertyList
extends Object
implements Serializable

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Constructor Summary
PropertyList()
           
PropertyList(int size)
           
PropertyList(List<Object> list)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyList

public PropertyList()

PropertyList

public PropertyList(int size)

PropertyList

public PropertyList(List<Object> list)
Method Detail

size

public int size()

isEmpty

public boolean isEmpty()

getString

public String getString(int i)

getBoolean

public Boolean getBoolean(int i)

getLong

public Long getLong(int i)

getDouble

public Double getDouble(int i)

getDate

public Date getDate(int i)

getList

public PropertyList getList(int i)

getMap

public PropertyMap getMap(int i)

getString

public String getString(int i,
                        String defValue)

getBoolean

public Boolean getBoolean(int i,
                          Boolean defValue)

getLong

public Long getLong(int i,
                    Long defValue)

getDouble

public Double getDouble(int i,
                        Double defValue)

getDate

public Date getDate(int i,
                    Date defValue)

getList

public PropertyList getList(int i,
                            PropertyList defValue)

getMap

public PropertyMap getMap(int i,
                          PropertyMap defValue)

set

public void set(int i,
                String value)

set

public void set(int i,
                Boolean value)

set

public void set(int i,
                Long value)

set

public void set(int i,
                Double value)

set

public void set(int i,
                Date value)

set

public void set(int i,
                PropertyList value)

set

public void set(int i,
                PropertyMap value)

add

public void add(String value)

add

public void add(Boolean value)

add

public void add(Long value)

add

public void add(Double value)

add

public void add(Date value)

add

public void add(PropertyList value)

add

public void add(PropertyMap value)

list

public List<Object> list()

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.