|
||||||||||
| 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 |
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 | |
|---|---|
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 |
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, instanceKey, isActivated, isEmpty, isListenerRegistered, iterator, iteratorByValue, keyOnParent, parent, removeListener, removeProperty, removePropertyInstance, removePropertyValue, 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
| 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||