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. 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 DataExchangeMainPresentation Modifier and Type Method Description static DataExchangeMainPresentation
DataExchangeMainPresentation. get(int value)
Returns the 'Data Exchange Main Presentation' literal with the specified integer value.static DataExchangeMainPresentation
DataExchangeMainPresentation. get(String literal)
Returns the 'Data Exchange Main Presentation' literal with the specified literal value.static DataExchangeMainPresentation
DataExchangeMainPresentation. getByName(String name)
Returns the 'Data Exchange Main Presentation' literal with the specified name.DataExchangeMainPresentation
ExchangePlan. getDefaultPresentation()
Returns the value of the 'Default Presentation' attribute.static DataExchangeMainPresentation
DataExchangeMainPresentation. 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 void
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 DataExchangeMainPresentation Modifier and Type Method Description DataExchangeMainPresentation
MdClassFactoryImpl. createDataExchangeMainPresentationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
DataExchangeMainPresentation
ExchangePlanImpl. getDefaultPresentation()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type DataExchangeMainPresentation Modifier and Type Method Description void
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 DataExchangeMainPresentation Modifier and Type Method Description boolean
MdClassValidator. validateDataExchangeMainPresentation(DataExchangeMainPresentation dataExchangeMainPresentation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-