ObservableObject
, VObject
, VObjectInternal
@Deprecated public interface VObjectInternalModifiable extends VObjectInternal
Modifier and Type | Method | Description |
---|---|---|
void |
_vmf_setPropertyValueById(int propertyId,
java.lang.Object value) |
Deprecated.
Sets values of properties by id (calls setter methods).
|
void |
_vmf_unsetById(int propertyId) |
Deprecated.
Unsets the specified property.
|
default void |
setModelToChanges(Changes c) |
Deprecated.
|
addPropertyChangeListener, removePropertyChangeListener
asReadOnly, clone, vmf
_vmf_getChildrenIndices, _vmf_getDefaultValueById, _vmf_getIndicesOfPropertiesWithModelElementTypes, _vmf_getIndicesOfPropertiesWithModelTypeOrElementTypes, _vmf_getIndicesOfPropertiesWithModelTypes, _vmf_getMutableObject, _vmf_getPropertyIdByName, _vmf_getPropertyNames, _vmf_getPropertyTypeNames, _vmf_getPropertyTypes, _vmf_getPropertyValueById, _vmf_getTypeId, _vmf_isReadOnly, _vmf_isSetById, _vmf_referencedBy, _vmf_references, _vmf_setDefaultValueById
void _vmf_setPropertyValueById(int propertyId, java.lang.Object value)
propertyId
- id of the property that shall be changedvalue
- the value to setvoid _vmf_unsetById(int propertyId)
propertyId
- id of the property to unsetdefault void setModelToChanges(Changes c)