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
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 |
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
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