Interface Enum
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,FieldSource,MdObject,org.eclipse.emf.common.notify.Notifier,StandardCommandSource
- All Known Implementing Classes:
EnumImpl
public interface Enum extends MdObject, FieldSource, StandardCommandSource
A representation of the model object 'Enum'.The following features are supported:
Produced TypesDb View DefsUse Standard CommandsStandard AttributesCharacteristicsQuick ChoiceChoice ModeDefault List FormDefault Choice FormAuxiliary List FormAuxiliary Choice FormManager ModuleList PresentationExtended List PresentationExplanationChoice History On InputEnum ValuesFormsTemplatesCommandsSuppress Object
- See Also:
MdClassPackage.getEnum()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnumFormgetAuxiliaryChoiceForm()Returns the value of the 'Auxiliary Choice Form' reference.EnumFormgetAuxiliaryListForm()Returns the value of the 'Auxiliary List Form' reference.org.eclipse.emf.common.util.EList<CharacteristicsDescription>getCharacteristics()Returns the value of the 'Characteristics' containment reference list.ChoiceHistoryOnInputgetChoiceHistoryOnInput()Returns the value of the 'Choice History On Input' attribute.ChoiceModegetChoiceMode()Returns the value of the 'Choice Mode' attribute.org.eclipse.emf.common.util.EList<EnumCommand>getCommands()Returns the value of the 'Commands' containment reference list.EnumDbViewDefsgetDbViewDefs()Returns the value of the 'Db View Defs' containment reference.EnumFormgetDefaultChoiceForm()Returns the value of the 'Default Choice Form' reference.EnumFormgetDefaultListForm()Returns the value of the 'Default List Form' reference.org.eclipse.emf.common.util.EList<EnumValue>getEnumValues()Returns the value of the 'Enum Values' containment reference list.org.eclipse.emf.common.util.EMap<String,String>getExplanation()Returns the value of the 'Explanation' map.org.eclipse.emf.common.util.EMap<String,String>getExtendedListPresentation()Returns the value of the 'Extended List Presentation' map.org.eclipse.emf.common.util.EList<EnumForm>getForms()Returns the value of the 'Forms' containment reference list.org.eclipse.emf.common.util.EMap<String,String>getListPresentation()Returns the value of the 'List Presentation' map.ModulegetManagerModule()Returns the value of the 'Manager Module' reference.EnumTypesgetProducedTypes()Returns the value of the 'Produced Types' containment reference.org.eclipse.emf.common.util.EList<StandardAttribute>getStandardAttributes()Returns the value of the 'Standard Attributes' containment reference list.org.eclipse.emf.ecore.EObjectgetSuppressObject()Returns the value of the 'Suppress Object' reference.org.eclipse.emf.common.util.EList<Template>getTemplates()Returns the value of the 'Templates' containment reference list.booleanisQuickChoice()Returns the value of the 'Quick Choice' attribute.booleanisUseStandardCommands()Returns the value of the 'Use Standard Commands' attribute.voidsetAuxiliaryChoiceForm(EnumForm value)Sets the value of the 'Auxiliary Choice Form' reference.voidsetAuxiliaryListForm(EnumForm value)Sets the value of the 'Auxiliary List Form' reference.voidsetChoiceHistoryOnInput(ChoiceHistoryOnInput value)Sets the value of the 'Choice History On Input' attribute.voidsetChoiceMode(ChoiceMode value)Sets the value of the 'Choice Mode' attribute.voidsetDbViewDefs(EnumDbViewDefs value)Sets the value of the 'Db View Defs' containment reference.voidsetDefaultChoiceForm(EnumForm value)Sets the value of the 'Default Choice Form' reference.voidsetDefaultListForm(EnumForm value)Sets the value of the 'Default List Form' reference.voidsetManagerModule(Module value)Sets the value of the 'Manager Module' reference.voidsetProducedTypes(EnumTypes value)Sets the value of the 'Produced Types' containment reference.voidsetQuickChoice(boolean value)Sets the value of the 'Quick Choice' attribute.voidsetSuppressObject(org.eclipse.emf.ecore.EObject value)Sets the value of the 'Suppress Object' reference.voidsetUseStandardCommands(boolean value)Sets the value of the 'Use Standard Commands' attribute.-
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.dt.mcore.FieldSource
getFields, getRefFieldSources
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.StandardCommandSource
getStandardCommands
-
-
-
-
Method Detail
-
getProducedTypes
EnumTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(EnumTypes),MdClassPackage.getEnum_ProducedTypes()
-
setProducedTypes
void setProducedTypes(EnumTypes value)
Sets the value of the 'Produced Types' containment reference.- Parameters:
value- the new value of the 'Produced Types' containment reference.- See Also:
getProducedTypes()
-
getDbViewDefs
EnumDbViewDefs getDbViewDefs()
Returns the value of the 'Db View Defs' containment reference.- Returns:
- the value of the 'Db View Defs' containment reference.
- See Also:
setDbViewDefs(EnumDbViewDefs),MdClassPackage.getEnum_DbViewDefs()
-
setDbViewDefs
void setDbViewDefs(EnumDbViewDefs value)
Sets the value of the 'Db View Defs' containment reference.- Parameters:
value- the new value of the 'Db View Defs' containment reference.- See Also:
getDbViewDefs()
-
isUseStandardCommands
boolean isUseStandardCommands()
Returns the value of the 'Use Standard Commands' attribute.- Returns:
- the value of the 'Use Standard Commands' attribute.
- See Also:
setUseStandardCommands(boolean),MdClassPackage.getEnum_UseStandardCommands()
-
setUseStandardCommands
void setUseStandardCommands(boolean value)
Sets the value of the 'Use Standard Commands' attribute.- Parameters:
value- the new value of the 'Use Standard Commands' attribute.- See Also:
isUseStandardCommands()
-
getStandardAttributes
org.eclipse.emf.common.util.EList<StandardAttribute> getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list. The list contents are of typeStandardAttribute.- Returns:
- the value of the 'Standard Attributes' containment reference list.
- See Also:
MdClassPackage.getEnum_StandardAttributes()
-
getCharacteristics
org.eclipse.emf.common.util.EList<CharacteristicsDescription> getCharacteristics()
Returns the value of the 'Characteristics' containment reference list. The list contents are of typeCharacteristicsDescription.- Returns:
- the value of the 'Characteristics' containment reference list.
- See Also:
MdClassPackage.getEnum_Characteristics()
-
isQuickChoice
boolean isQuickChoice()
Returns the value of the 'Quick Choice' attribute.- Returns:
- the value of the 'Quick Choice' attribute.
- See Also:
setQuickChoice(boolean),MdClassPackage.getEnum_QuickChoice()
-
setQuickChoice
void setQuickChoice(boolean value)
Sets the value of the 'Quick Choice' attribute.- Parameters:
value- the new value of the 'Quick Choice' attribute.- See Also:
isQuickChoice()
-
getChoiceMode
ChoiceMode getChoiceMode()
Returns the value of the 'Choice Mode' attribute. The literals are from the enumerationChoiceMode.- Returns:
- the value of the 'Choice Mode' attribute.
- See Also:
ChoiceMode,setChoiceMode(ChoiceMode),MdClassPackage.getEnum_ChoiceMode()
-
setChoiceMode
void setChoiceMode(ChoiceMode value)
Sets the value of the 'Choice Mode' attribute.- Parameters:
value- the new value of the 'Choice Mode' attribute.- See Also:
ChoiceMode,getChoiceMode()
-
getDefaultListForm
EnumForm getDefaultListForm()
Returns the value of the 'Default List Form' reference.- Returns:
- the value of the 'Default List Form' reference.
- See Also:
setDefaultListForm(EnumForm),MdClassPackage.getEnum_DefaultListForm()
-
setDefaultListForm
void setDefaultListForm(EnumForm value)
Sets the value of the 'Default List Form' reference.- Parameters:
value- the new value of the 'Default List Form' reference.- See Also:
getDefaultListForm()
-
getDefaultChoiceForm
EnumForm getDefaultChoiceForm()
Returns the value of the 'Default Choice Form' reference.- Returns:
- the value of the 'Default Choice Form' reference.
- See Also:
setDefaultChoiceForm(EnumForm),MdClassPackage.getEnum_DefaultChoiceForm()
-
setDefaultChoiceForm
void setDefaultChoiceForm(EnumForm value)
Sets the value of the 'Default Choice Form' reference.- Parameters:
value- the new value of the 'Default Choice Form' reference.- See Also:
getDefaultChoiceForm()
-
getAuxiliaryListForm
EnumForm getAuxiliaryListForm()
Returns the value of the 'Auxiliary List Form' reference.- Returns:
- the value of the 'Auxiliary List Form' reference.
- See Also:
setAuxiliaryListForm(EnumForm),MdClassPackage.getEnum_AuxiliaryListForm()
-
setAuxiliaryListForm
void setAuxiliaryListForm(EnumForm value)
Sets the value of the 'Auxiliary List Form' reference.- Parameters:
value- the new value of the 'Auxiliary List Form' reference.- See Also:
getAuxiliaryListForm()
-
getAuxiliaryChoiceForm
EnumForm getAuxiliaryChoiceForm()
Returns the value of the 'Auxiliary Choice Form' reference.- Returns:
- the value of the 'Auxiliary Choice Form' reference.
- See Also:
setAuxiliaryChoiceForm(EnumForm),MdClassPackage.getEnum_AuxiliaryChoiceForm()
-
setAuxiliaryChoiceForm
void setAuxiliaryChoiceForm(EnumForm value)
Sets the value of the 'Auxiliary Choice Form' reference.- Parameters:
value- the new value of the 'Auxiliary Choice Form' reference.- See Also:
getAuxiliaryChoiceForm()
-
getManagerModule
Module getManagerModule()
Returns the value of the 'Manager Module' reference.- Returns:
- the value of the 'Manager Module' reference.
- See Also:
setManagerModule(com._1c.g5.v8.dt.bsl.model.Module),MdClassPackage.getEnum_ManagerModule()
-
setManagerModule
void setManagerModule(Module value)
Sets the value of the 'Manager Module' reference.- Parameters:
value- the new value of the 'Manager Module' reference.- See Also:
getManagerModule()
-
getListPresentation
org.eclipse.emf.common.util.EMap<String,String> getListPresentation()
Returns the value of the 'List Presentation' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'List Presentation' map.
- See Also:
MdClassPackage.getEnum_ListPresentation()
-
getExtendedListPresentation
org.eclipse.emf.common.util.EMap<String,String> getExtendedListPresentation()
Returns the value of the 'Extended List Presentation' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Extended List Presentation' map.
- See Also:
MdClassPackage.getEnum_ExtendedListPresentation()
-
getExplanation
org.eclipse.emf.common.util.EMap<String,String> getExplanation()
Returns the value of the 'Explanation' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Explanation' map.
- See Also:
MdClassPackage.getEnum_Explanation()
-
getChoiceHistoryOnInput
ChoiceHistoryOnInput getChoiceHistoryOnInput()
Returns the value of the 'Choice History On Input' attribute. The literals are from the enumerationChoiceHistoryOnInput.- Returns:
- the value of the 'Choice History On Input' attribute.
- See Also:
ChoiceHistoryOnInput,setChoiceHistoryOnInput(ChoiceHistoryOnInput),MdClassPackage.getEnum_ChoiceHistoryOnInput()
-
setChoiceHistoryOnInput
void setChoiceHistoryOnInput(ChoiceHistoryOnInput value)
Sets the value of the 'Choice History On Input' attribute.- Parameters:
value- the new value of the 'Choice History On Input' attribute.- See Also:
ChoiceHistoryOnInput,getChoiceHistoryOnInput()
-
getEnumValues
org.eclipse.emf.common.util.EList<EnumValue> getEnumValues()
Returns the value of the 'Enum Values' containment reference list. The list contents are of typeEnumValue.- Returns:
- the value of the 'Enum Values' containment reference list.
- See Also:
MdClassPackage.getEnum_EnumValues()
-
getForms
org.eclipse.emf.common.util.EList<EnumForm> getForms()
Returns the value of the 'Forms' containment reference list. The list contents are of typeEnumForm.- Returns:
- the value of the 'Forms' containment reference list.
- See Also:
MdClassPackage.getEnum_Forms()
-
getTemplates
org.eclipse.emf.common.util.EList<Template> getTemplates()
Returns the value of the 'Templates' containment reference list. The list contents are of typeTemplate.- Returns:
- the value of the 'Templates' containment reference list.
- See Also:
MdClassPackage.getEnum_Templates()
-
getCommands
org.eclipse.emf.common.util.EList<EnumCommand> getCommands()
Returns the value of the 'Commands' containment reference list. The list contents are of typeEnumCommand.- Returns:
- the value of the 'Commands' containment reference list.
- See Also:
MdClassPackage.getEnum_Commands()
-
getSuppressObject
org.eclipse.emf.ecore.EObject getSuppressObject()
Returns the value of the 'Suppress Object' reference.- Returns:
- the value of the 'Suppress Object' reference.
- See Also:
setSuppressObject(EObject),MdClassPackage.getEnum_SuppressObject()
-
setSuppressObject
void setSuppressObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Suppress Object' reference.- Parameters:
value- the new value of the 'Suppress Object' reference.- See Also:
getSuppressObject()
-
-