Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.DataExchangeMainPresentation
Packages that use DataExchangeMainPresentation
Package
Description
-
Uses of DataExchangeMainPresentation in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type DataExchangeMainPresentationModifier and TypeFieldDescriptionstatic final List<DataExchangeMainPresentation>
DataExchangeMainPresentation.VALUES
A public read-only list of all the 'Data Exchange Main Presentation' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return DataExchangeMainPresentationModifier and TypeMethodDescriptionstatic DataExchangeMainPresentation
DataExchangeMainPresentation.get
(int value) Returns the 'Data Exchange Main Presentation' literal with the specified integer value.static DataExchangeMainPresentation
Returns the 'Data Exchange Main Presentation' literal with the specified literal value.static DataExchangeMainPresentation
Returns the 'Data Exchange Main Presentation' literal with the specified name.ExchangePlan.getDefaultPresentation()
Returns the value of the 'Default Presentation' attribute.static DataExchangeMainPresentation
Returns the enum constant of this class with the specified name.static DataExchangeMainPresentation[]
DataExchangeMainPresentation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type DataExchangeMainPresentationModifier and TypeMethodDescriptionvoid
ExchangePlan.setDefaultPresentation
(DataExchangeMainPresentation value) Sets the value of the 'Default Presentation
' attribute. -
Uses of DataExchangeMainPresentation in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return DataExchangeMainPresentationModifier and TypeMethodDescriptionMdClassFactoryImpl.createDataExchangeMainPresentationFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ExchangePlanImpl.getDefaultPresentation()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type DataExchangeMainPresentationModifier and TypeMethodDescriptionvoid
ExchangePlanImpl.setDefaultPresentation
(DataExchangeMainPresentation newDefaultPresentation) -
Uses of DataExchangeMainPresentation in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type DataExchangeMainPresentationModifier and TypeMethodDescriptionboolean
MdClassValidator.validateDataExchangeMainPresentation
(DataExchangeMainPresentation dataExchangeMainPresentation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)