Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.DataExchangeMainPresentation
-
Packages that use DataExchangeMainPresentation Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
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 DataExchangeMainPresentation Modifier and Type Field Description static List<DataExchangeMainPresentation>DataExchangeMainPresentation. VALUESA public read-only list of all the 'Data Exchange Main Presentation' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return DataExchangeMainPresentation Modifier and Type Method Description static DataExchangeMainPresentationDataExchangeMainPresentation. get(int value)Returns the 'Data Exchange Main Presentation' literal with the specified integer value.static DataExchangeMainPresentationDataExchangeMainPresentation. get(String literal)Returns the 'Data Exchange Main Presentation' literal with the specified literal value.static DataExchangeMainPresentationDataExchangeMainPresentation. getByName(String name)Returns the 'Data Exchange Main Presentation' literal with the specified name.DataExchangeMainPresentationExchangePlan. getDefaultPresentation()Returns the value of the 'Default Presentation' attribute.static DataExchangeMainPresentationDataExchangeMainPresentation. valueOf(String name)Returns the enum constant of this type with the specified name.static DataExchangeMainPresentation[]DataExchangeMainPresentation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type DataExchangeMainPresentation Modifier and Type Method Description voidExchangePlan. 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 DataExchangeMainPresentation Modifier and Type Method Description DataExchangeMainPresentationMdClassFactoryImpl. createDataExchangeMainPresentationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)DataExchangeMainPresentationExchangePlanImpl. getDefaultPresentation()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type DataExchangeMainPresentation Modifier and Type Method Description voidExchangePlanImpl. 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 DataExchangeMainPresentation Modifier and Type Method Description booleanMdClassValidator. validateDataExchangeMainPresentation(DataExchangeMainPresentation dataExchangeMainPresentation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-