org.deduced
Interface Folder

All Superinterfaces:
java.lang.Cloneable, NamedPropertyCollection, PropertyCollection<java.lang.Object,java.lang.Object>
All Known Implementing Classes:
FolderImplementation

public interface Folder
extends NamedPropertyCollection

Interface used to represent the type : folder Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm


Field Summary
static PropertyCollectionTypeHolder FOLDER_TYPE
          Variable used to hold the PropertyCollectionType for : folder
static PropertyCollectionListInstanceHolder OBJECT_LIST_INSTANCE
          Variable used to hold the PropertyInstance for : object list
 
Fields inherited from interface org.deduced.NamedPropertyCollection
NAME_INSTANCE, NAMED_PROPERTY_COLLECTION_TYPE
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 PropertyList getObjectList()
          Get the value of the instance : object list
 PropertyList setObjectList(PropertyList newValue)
          Set the value of the instance : object list
 
Methods inherited from interface org.deduced.NamedPropertyCollection
getName, setName
 
Methods inherited from interface org.deduced.PropertyCollection
activate, addListener, addProperty, areKeysAssignedAutomatically, asKeySet, asPropertyList, asPropertyMap, asValueList, asValueMap, clear, clone, containsInstance, containsKey, containsValue, delete, getFixedInstance, getProperty, getPropertyValue, id, instanceKey, invokeAction, isActivated, isEmpty, isListenerRegistered, iterator, iteratorByValue, keyOnParent, parent, removeListener, removeProperty, removePropertyInstance, removePropertyValue, setFixedInstance, setParent, setProperty, size, type, valueKey
 

Field Detail

FOLDER_TYPE

static final PropertyCollectionTypeHolder FOLDER_TYPE
Variable used to hold the PropertyCollectionType for : folder


OBJECT_LIST_INSTANCE

static final PropertyCollectionListInstanceHolder OBJECT_LIST_INSTANCE
Variable used to hold the PropertyInstance for : object list

Method Detail

getObjectList

PropertyList getObjectList()
Get the value of the instance : object list

Returns:
object list

setObjectList

PropertyList setObjectList(PropertyList newValue)
Set the value of the instance : object list

Parameters:
newValue - new object list
Returns:
object list value after the change