Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.IntegrationServiceChannelMessageDirection
-
Packages that use IntegrationServiceChannelMessageDirection 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 IntegrationServiceChannelMessageDirection in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type IntegrationServiceChannelMessageDirection Modifier and Type Field Description static List<IntegrationServiceChannelMessageDirection>
IntegrationServiceChannelMessageDirection. VALUES
A public read-only list of all the 'Integration Service Channel Message Direction' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return IntegrationServiceChannelMessageDirection Modifier and Type Method Description static IntegrationServiceChannelMessageDirection
IntegrationServiceChannelMessageDirection. get(int value)
Returns the 'Integration Service Channel Message Direction' literal with the specified integer value.static IntegrationServiceChannelMessageDirection
IntegrationServiceChannelMessageDirection. get(String literal)
Returns the 'Integration Service Channel Message Direction' literal with the specified literal value.static IntegrationServiceChannelMessageDirection
IntegrationServiceChannelMessageDirection. getByName(String name)
Returns the 'Integration Service Channel Message Direction' literal with the specified name.IntegrationServiceChannelMessageDirection
IntegrationServiceChannel. getMessageDirection()
Returns the value of the 'Message Direction' attribute.static IntegrationServiceChannelMessageDirection
IntegrationServiceChannelMessageDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static IntegrationServiceChannelMessageDirection[]
IntegrationServiceChannelMessageDirection. 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 IntegrationServiceChannelMessageDirection Modifier and Type Method Description void
IntegrationServiceChannel. setMessageDirection(IntegrationServiceChannelMessageDirection value)
Sets the value of the 'Message Direction
' attribute. -
Uses of IntegrationServiceChannelMessageDirection in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return IntegrationServiceChannelMessageDirection Modifier and Type Method Description IntegrationServiceChannelMessageDirection
MdClassFactoryImpl. createIntegrationServiceChannelMessageDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
IntegrationServiceChannelMessageDirection
IntegrationServiceChannelImpl. getMessageDirection()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type IntegrationServiceChannelMessageDirection Modifier and Type Method Description void
IntegrationServiceChannelImpl. setMessageDirection(IntegrationServiceChannelMessageDirection newMessageDirection)
-
Uses of IntegrationServiceChannelMessageDirection in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type IntegrationServiceChannelMessageDirection Modifier and Type Method Description boolean
MdClassValidator. validateIntegrationServiceChannelMessageDirection(IntegrationServiceChannelMessageDirection integrationServiceChannelMessageDirection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-