org.deduced
Interface PropertyPackage

All Superinterfaces:
java.lang.Cloneable, DocumentedCollection, NamedPropertyCollection, PropertyCollection<java.lang.Object,java.lang.Object>
All Known Subinterfaces:
CollectionTypeControllerPackage, TypedControllerPackage
All Known Implementing Classes:
CollectionTypeControllerPackageImplementation, PropertyPackageImplementation, TypedControllerPackageImplementation

public interface PropertyPackage
extends NamedPropertyCollection, DocumentedCollection

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


Field Summary
static PropertyCollectionListInstanceHolder PROPERTY_PACKAGE_LIST_INSTANCE
          Variable used to hold the PropertyInstance for : property package list
static PropertyCollectionTypeHolder PROPERTY_PACKAGE_TYPE
          Variable used to hold the PropertyCollectionType for : property package
static PropertyCollectionListInstanceHolder PROPERTY_TYPE_LIST_INSTANCE
          Variable used to hold the PropertyInstance for : property type list
 
Fields inherited from interface org.deduced.NamedPropertyCollection
NAME_INSTANCE, NAMED_PROPERTY_COLLECTION_TYPE
 
Fields inherited from interface org.deduced.DocumentedCollection
DOCUMENTATION_INSTANCE, DOCUMENTED_COLLECTION_TYPE
 
Fields inherited from interface org.deduced.PropertyCollection
PROPERTY_COLLECTION_TYPE
 
Method Summary
 PropertyList getPropertyPackageList()
          Get the value of the instance : property package list
 PropertyList getPropertyTypeList()
          Get the value of the instance : property type list
 PropertyList setPropertyPackageList(PropertyList newValue)
          Set the value of the instance : property package list
 PropertyList setPropertyTypeList(PropertyList newValue)
          Set the value of the instance : property type list
 
Methods inherited from interface org.deduced.NamedPropertyCollection
getName, setName
 
Methods inherited from interface org.deduced.DocumentedCollection
getDocumentation, setDocumentation
 
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

PROPERTY_PACKAGE_TYPE

static final PropertyCollectionTypeHolder PROPERTY_PACKAGE_TYPE
Variable used to hold the PropertyCollectionType for : property package


PROPERTY_PACKAGE_LIST_INSTANCE

static final PropertyCollectionListInstanceHolder PROPERTY_PACKAGE_LIST_INSTANCE
Variable used to hold the PropertyInstance for : property package list


PROPERTY_TYPE_LIST_INSTANCE

static final PropertyCollectionListInstanceHolder PROPERTY_TYPE_LIST_INSTANCE
Variable used to hold the PropertyInstance for : property type list

Method Detail

getPropertyPackageList

PropertyList getPropertyPackageList()
Get the value of the instance : property package list

Returns:
property package list

setPropertyPackageList

PropertyList setPropertyPackageList(PropertyList newValue)
Set the value of the instance : property package list

Parameters:
newValue - new property package list
Returns:
property package list value after the change

getPropertyTypeList

PropertyList getPropertyTypeList()
Get the value of the instance : property type list

Returns:
property type list

setPropertyTypeList

PropertyList setPropertyTypeList(PropertyList newValue)
Set the value of the instance : property type list

Parameters:
newValue - new property type list
Returns:
property type list value after the change