|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyInstance
Interface used to represent the type : property instance Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
Field Summary | |
---|---|
static PropertyInstanceHolder |
INITIALIZATION_MODEL_INSTANCE
Variable used to hold the PropertyInstance for : initialization model |
static PropertyInstanceHolder |
INSTANCE_TYPE_INSTANCE
Variable used to hold the PropertyInstance for : instance type |
static PropertyInstanceHolder |
IS_REFERENCE_INSTANCE
Variable used to hold the PropertyInstance for : is reference |
static PropertyCollectionTypeHolder |
PROPERTY_INSTANCE_TYPE
Variable used to hold the PropertyCollectionType for : property instance |
static PropertyInstanceHolder |
VALIDATION_MODEL_INSTANCE
Variable used to hold the PropertyInstance for : validation model |
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 | |
---|---|
InitializationModel |
getInitializationModel()
Get the value of the instance : initialization model |
PropertyType |
getInstanceType()
Get the value of the instance : instance type |
ValidationModel |
getValidationModel()
Get the value of the instance : validation model |
boolean |
isReference()
Get the value of the instance : is reference |
InitializationModel |
setInitializationModel(InitializationModel newValue)
Set the value of the instance : initialization model |
PropertyType |
setInstanceType(PropertyType newValue)
Set the value of the instance : instance type |
boolean |
setIsReference(boolean newValue)
Set the value of the instance : is reference |
ValidationModel |
setValidationModel(ValidationModel newValue)
Set the value of the instance : validation model |
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 |
---|
static final PropertyCollectionTypeHolder PROPERTY_INSTANCE_TYPE
static final PropertyInstanceHolder INSTANCE_TYPE_INSTANCE
static final PropertyInstanceHolder IS_REFERENCE_INSTANCE
static final PropertyInstanceHolder VALIDATION_MODEL_INSTANCE
static final PropertyInstanceHolder INITIALIZATION_MODEL_INSTANCE
Method Detail |
---|
PropertyType getInstanceType()
PropertyType setInstanceType(PropertyType newValue)
newValue
- new instance type
boolean isReference()
boolean setIsReference(boolean newValue)
newValue
- new is reference
ValidationModel getValidationModel()
ValidationModel setValidationModel(ValidationModel newValue)
newValue
- new validation model
InitializationModel getInitializationModel()
InitializationModel setInitializationModel(InitializationModel newValue)
newValue
- new initialization model
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |