public class PropertyDescriptionList extends CastorArrayList<PropertyDescription>
list| Constructor and Description |
|---|
PropertyDescriptionList() |
PropertyDescriptionList(ArrayList<PropertyDescription> aList) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String name,
String value,
boolean isClassId,
boolean isMutable) |
boolean |
definesProperty(String name) |
String |
getClassProps() |
PropertyArrayList |
instantiate(PropertyArrayList initProps)
Before instantiating checks that supplied initial Properties exist in description list
|
boolean |
setDefaultValue(String name,
String value) |
equals, hashCodepublic PropertyDescriptionList()
public PropertyDescriptionList(ArrayList<PropertyDescription> aList)
public String getClassProps()
public boolean definesProperty(String name)
public PropertyArrayList instantiate(PropertyArrayList initProps) throws InvalidDataException
initProps - initial list of PropertiesInvalidDataException - data was inconsistentCopyright © 1997–2017 CRISTAL-iSE. All rights reserved.