Interface DataCompositionUserFieldCase
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,UserField
- All Known Implementing Classes:
DataCompositionUserFieldCaseImpl
public interface DataCompositionUserFieldCase extends UserField
A representation of the model object 'Data Composition User Field Case'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionUserFieldsCaseVariants
getVariants()
Returns the value of the 'Variants' containment reference.void
setVariants(DataCompositionUserFieldsCaseVariants value)
Sets the value of the 'Variants
' containment reference.-
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com._1c.g5.v8.dt.dcs.model.settings.UserField
getDataPath, getTitle, isUse, setDataPath, setTitle, setUse
-
-
-
-
Method Detail
-
getVariants
DataCompositionUserFieldsCaseVariants getVariants()
Returns the value of the 'Variants' containment reference.- Returns:
- the value of the 'Variants' containment reference.
- See Also:
setVariants(DataCompositionUserFieldsCaseVariants)
,DcsPackage.getDataCompositionUserFieldCase_Variants()
-
setVariants
void setVariants(DataCompositionUserFieldsCaseVariants value)
Sets the value of the 'Variants
' containment reference.- Parameters:
value
- the new value of the 'Variants' containment reference.- See Also:
getVariants()
-
-