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.EObjectReturns the value of the 'Object' reference.intReturns the value of the 'Segment Idx' attribute.Returns the value of the 'Value Type' containment reference.booleanReturns the value of the 'Aggregate Function' attribute.booleanisIndex()Returns the value of the 'Index' attribute.booleanReturns the value of the 'Virtual' attribute.voidsetAggregateFunction(boolean value) Sets the value of the 'Aggregate Function' attribute.voidsetIndex(boolean value) Sets the value of the 'Index' attribute.voidsetObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Object' reference.voidsetSegmentIdx(int value) Sets the value of the 'Segment Idx' attribute.voidsetValueType(TypeDescription value) Sets the value of the 'Value Type' containment reference.voidsetVirtual(boolean value) Sets the value of the 'Virtual' attribute.booleanMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods 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, bmSetPropertyMethods 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)
-