Package com._1c.g5.v8.dt.form.model
Interface DataPathReferredObject
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataPathReferredObjectImpl
A representation of the model object 'Data Path Referred Object'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObject
Returns the value of the 'Object' reference.int
Returns the value of the 'Segment Idx' attribute.Returns the value of the 'Value Type' containment reference.boolean
Returns the value of the 'Aggregate Function' attribute.boolean
isIndex()
Returns the value of the 'Index' attribute.boolean
Returns the value of the 'Virtual' attribute.void
setAggregateFunction
(boolean value) Sets the value of the 'Aggregate Function
' attribute.void
setIndex
(boolean value) Sets the value of the 'Index
' attribute.void
setObject
(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Object
' reference.void
setSegmentIdx
(int value) Sets the value of the 'Segment Idx
' attribute.void
setValueType
(TypeDescription value) Sets the value of the 'Value Type
' containment reference.void
setVirtual
(boolean value) Sets the value of the 'Virtual
' attribute.boolean
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getObject
org.eclipse.emf.ecore.EObject getObject()Returns the value of the 'Object' reference.- Returns:
- the value of the 'Object' reference.
- See Also:
-
setObject
void setObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Object
' reference.- Parameters:
value
- the new value of the 'Object' reference.- See Also:
-
getValueType
TypeDescription getValueType()Returns the value of the 'Value Type' containment reference.- Returns:
- the value of the 'Value Type' containment reference.
- See Also:
-
setValueType
Sets the value of the 'Value Type
' containment reference.- Parameters:
value
- the new value of the 'Value Type' containment reference.- See Also:
-
getSegmentIdx
int getSegmentIdx()Returns the value of the 'Segment Idx' attribute.- Returns:
- the value of the 'Segment Idx' attribute.
- See Also:
-
setSegmentIdx
void setSegmentIdx(int value) Sets the value of the 'Segment Idx
' attribute.- Parameters:
value
- the new value of the 'Segment Idx' attribute.- See Also:
-
isAggregateFunction
boolean isAggregateFunction()Returns the value of the 'Aggregate Function' attribute.- Returns:
- the value of the 'Aggregate Function' attribute.
- See Also:
-
setAggregateFunction
void setAggregateFunction(boolean value) Sets the value of the 'Aggregate Function
' attribute.- Parameters:
value
- the new value of the 'Aggregate Function' attribute.- See Also:
-
isIndex
boolean isIndex()Returns the value of the 'Index' attribute.- Returns:
- the value of the 'Index' attribute.
- See Also:
-
setIndex
void setIndex(boolean value) Sets the value of the 'Index
' attribute.- Parameters:
value
- the new value of the 'Index' attribute.- See Also:
-
isVirtual
boolean isVirtual()Returns the value of the 'Virtual' attribute.- Returns:
- the value of the 'Virtual' attribute.
- See Also:
-
setVirtual
void setVirtual(boolean value) Sets the value of the 'Virtual
' attribute.- Parameters:
value
- the new value of the 'Virtual' attribute.- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-