ewe.data
Class PropertyList.NullPropertyList

java.lang.Object
  extended byewe.data.DataObject
      extended byewe.util.Vector
          extended byewe.data.PropertyList
              extended byewe.data.PropertyList.NullPropertyList
All Implemented Interfaces:
Comparable, Copyable, DataUnit, HasProperties, Textable
Enclosing class:
PropertyList

public static class PropertyList.NullPropertyList
extends PropertyList


Nested Class Summary
 
Nested classes inherited from class ewe.data.PropertyList
PropertyList.NullPropertyList
 
Field Summary
 
Fields inherited from class ewe.data.PropertyList
nullPropertyList
 
Constructor Summary
PropertyList.NullPropertyList()
           
 
Method Summary
 boolean add(Property p)
          Adds a non-exclusive property.
 Property get(String name)
          Get the property with the specified name.
 boolean set(Property p)
          Sets an exclusive property.
 
Methods inherited from class ewe.data.PropertyList
_getSetField, add, add, add, defaultTo, defaultTo, fromHashtable, fromStrings, get, getBoolean, getBoolean, getDouble, getDouble, getField, getInt, getInt, getNames, getProperties, getProperties, getProperties, getPropertyValues, getSetProperties, getString, getString, getStrings, getText, getValue, getValue, getValue, getValue, make, readConfigFile, remove, set, set, setBoolean, setField, setInt, setStrings, setText, toHashtable, toPropertyList
 
Methods inherited from class ewe.util.Vector
add, add, add, addAll, addAll, addAll, addCopiesFrom, addElement, clear, compare, contains, copyCopiesFrom, copyFrom, copyInto, copyInto, del, elementAt, elements, find, find, get, getCount, getFullCopy, insert, insertElementAt, isEmpty, iterator, iterator, pop, push, remove, removeAllElements, removeElementAt, set, setElementAt, setSize, size, sort, sort, toArray, toArray, toObjectArray, toString, zero
 
Methods inherited from class ewe.data.DataObject
appendAllFields, compareTo, copied, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getDeclaredFieldValue, getFieldList, getFieldList, getMyFieldList, getNew
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode
 

Constructor Detail

PropertyList.NullPropertyList

public PropertyList.NullPropertyList()
Method Detail

set

public boolean set(Property p)
Description copied from class: PropertyList
Sets an exclusive property. i.e. only one property with that name can exist.

Overrides:
set in class PropertyList

add

public boolean add(Property p)
Description copied from class: PropertyList
Adds a non-exclusive property. i.e. more than one property with that name can exist.

Overrides:
add in class PropertyList

get

public Property get(String name)
Description copied from class: PropertyList
Get the property with the specified name.

Overrides:
get in class PropertyList