ObservableObject
, VObject
VObjectInternalModifiable
@Deprecated public interface VObjectInternal extends VObject, ObservableObject
Modifier and Type | Method | Description |
---|---|---|
int[] |
_vmf_getChildrenIndices() |
Deprecated.
Returns the indices of all children properties which declare this object as
parent container (opposite).
|
java.lang.Object |
_vmf_getDefaultValueById(int propertyId) |
Deprecated.
Returns the default value of the specified property.
|
int[] |
_vmf_getIndicesOfPropertiesWithModelElementTypes() |
Deprecated.
Returns the indices of all collection properties with model element
types.
|
int[] |
_vmf_getIndicesOfPropertiesWithModelTypeOrElementTypes() |
Deprecated.
Returns the indices of all properties with model instances
or collections that contain model instances.
|
int[] |
_vmf_getIndicesOfPropertiesWithModelTypes() |
Deprecated.
Returns the indices of all properties with model types or collections
that contain model instances.
|
default VObject |
_vmf_getMutableObject() |
Deprecated.
Returns the mutable instance wrapped by this instance.
|
int |
_vmf_getPropertyIdByName(java.lang.String propertyName) |
Deprecated.
Returns the property index of the specified property name.
|
java.lang.String[] |
_vmf_getPropertyNames() |
Deprecated.
Returns the names of the properties defined in this type/object.
|
java.lang.String[] |
_vmf_getPropertyTypeNames() |
Deprecated.
Returns the type names of the properties defined in this type/object.
|
int[] |
_vmf_getPropertyTypes() |
Deprecated.
Returns the type ids of the properties defined in this type/object.
|
java.lang.Object |
_vmf_getPropertyValueById(int propertyId) |
Deprecated.
Returns values of properties by id (calls getter methods).
|
int |
_vmf_getTypeId() |
Deprecated.
Returns the type id of this class.
|
default boolean |
_vmf_isReadOnly() |
Deprecated.
Indicates whether this object is a read-only instance.
|
boolean |
_vmf_isSetById(int propertyId) |
Deprecated.
Determines whether the specified property is set.
|
eu.mihosoft.vcollections.VList<VObject> |
_vmf_referencedBy() |
Deprecated.
|
eu.mihosoft.vcollections.VList<VObject> |
_vmf_references() |
Deprecated.
|
void |
_vmf_setDefaultValueById(int propertyId,
java.lang.Object defaultValue) |
Deprecated.
Defines the default value for the specified property.
|
addPropertyChangeListener, removePropertyChangeListener
asReadOnly, clone, vmf
int _vmf_getTypeId()
java.lang.String[] _vmf_getPropertyNames()
int[] _vmf_getPropertyTypes()
java.lang.String[] _vmf_getPropertyTypeNames()
java.lang.Object _vmf_getPropertyValueById(int propertyId)
int[] _vmf_getIndicesOfPropertiesWithModelTypes()
int[] _vmf_getIndicesOfPropertiesWithModelElementTypes()
int[] _vmf_getIndicesOfPropertiesWithModelTypeOrElementTypes()
int[] _vmf_getChildrenIndices()
int _vmf_getPropertyIdByName(java.lang.String propertyName)
propertyName
- -1
if the specified property does not existdefault boolean _vmf_isReadOnly()
true
if this object is a read-only instance; false
otherwisedefault VObject _vmf_getMutableObject()
java.lang.Object _vmf_getDefaultValueById(int propertyId)
propertyId
- id of the propertyvoid _vmf_setDefaultValueById(int propertyId, java.lang.Object defaultValue)
propertyId
- id of the propertydefaultValue
- the default value to setboolean _vmf_isSetById(int propertyId)
propertyId
- id of the propertytrue
if this property is set; false
otherwiseeu.mihosoft.vcollections.VList<VObject> _vmf_referencedBy()
eu.mihosoft.vcollections.VList<VObject> _vmf_references()