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
public interface DataPathReferredObject extends IBmObject
A representation of the model object 'Data Path Referred Object'.The following features are supported:
- See Also:
FormPackage.getDataPathReferredObject()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObjectgetObject()Returns the value of the 'Object' reference.intgetSegmentIdx()Returns the value of the 'Segment Idx' attribute.TypeDescriptiongetValueType()Returns the value of the 'Value Type' containment reference.booleanisAggregateFunction()Returns the value of the 'Aggregate Function' attribute.booleanisIndex()Returns the value of the 'Index' attribute.booleanisVirtual()Returns 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.booleanvalidate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)-
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
-
-
-
-
Method Detail
-
getObject
org.eclipse.emf.ecore.EObject getObject()
Returns the value of the 'Object' reference.- Returns:
- the value of the 'Object' reference.
- See Also:
setObject(EObject),FormPackage.getDataPathReferredObject_Object()
-
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:
getObject()
-
getValueType
TypeDescription getValueType()
Returns the value of the 'Value Type' containment reference.- Returns:
- the value of the 'Value Type' containment reference.
- See Also:
setValueType(TypeDescription),FormPackage.getDataPathReferredObject_ValueType()
-
setValueType
void setValueType(TypeDescription value)
Sets the value of the 'Value Type' containment reference.- Parameters:
value- the new value of the 'Value Type' containment reference.- See Also:
getValueType()
-
getSegmentIdx
int getSegmentIdx()
Returns the value of the 'Segment Idx' attribute.- Returns:
- the value of the 'Segment Idx' attribute.
- See Also:
setSegmentIdx(int),FormPackage.getDataPathReferredObject_SegmentIdx()
-
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:
getSegmentIdx()
-
isAggregateFunction
boolean isAggregateFunction()
Returns the value of the 'Aggregate Function' attribute.- Returns:
- the value of the 'Aggregate Function' attribute.
- See Also:
setAggregateFunction(boolean),FormPackage.getDataPathReferredObject_AggregateFunction()
-
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:
isAggregateFunction()
-
isIndex
boolean isIndex()
Returns the value of the 'Index' attribute.- Returns:
- the value of the 'Index' attribute.
- See Also:
setIndex(boolean),FormPackage.getDataPathReferredObject_Index()
-
setIndex
void setIndex(boolean value)
Sets the value of the 'Index' attribute.- Parameters:
value- the new value of the 'Index' attribute.- See Also:
isIndex()
-
isVirtual
boolean isVirtual()
Returns the value of the 'Virtual' attribute.- Returns:
- the value of the 'Virtual' attribute.
- See Also:
setVirtual(boolean),FormPackage.getDataPathReferredObject_Virtual()
-
setVirtual
void setVirtual(boolean value)
Sets the value of the 'Virtual' attribute.- Parameters:
value- the new value of the 'Virtual' attribute.- See Also:
isVirtual()
-
-