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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionUserFieldsCaseVariantsgetVariants()Returns the value of the 'Variants' containment reference.voidsetVariants(DataCompositionUserFieldsCaseVariants value)Sets the value of the 'Variants' containment reference.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface com._1c.g5.v8.dt.dcs.model.settings.UserFieldgetDataPath, getTitle, isUse, setDataPath, setTitle, setUse
 
- 
 
- 
- 
- 
Method Detail- 
getVariantsDataCompositionUserFieldsCaseVariants getVariants() Returns the value of the 'Variants' containment reference.- Returns:
- the value of the 'Variants' containment reference.
- See Also:
- setVariants(DataCompositionUserFieldsCaseVariants),- DcsPackage.getDataCompositionUserFieldCase_Variants()
 
 - 
setVariantsvoid setVariants(DataCompositionUserFieldsCaseVariants value) Sets the value of the 'Variants' containment reference.- Parameters:
- value- the new value of the 'Variants' containment reference.
- See Also:
- getVariants()
 
 
- 
 
-