Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.TransferDirection
-
Packages that use TransferDirection 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 TransferDirection in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type TransferDirection Modifier and Type Field Description static List<TransferDirection>
TransferDirection. VALUES
A public read-only list of all the 'Transfer Direction' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return TransferDirection Modifier and Type Method Description static TransferDirection
TransferDirection. get(int value)
Returns the 'Transfer Direction' literal with the specified integer value.static TransferDirection
TransferDirection. get(String literal)
Returns the 'Transfer Direction' literal with the specified literal value.static TransferDirection
TransferDirection. getByName(String name)
Returns the 'Transfer Direction' literal with the specified name.TransferDirection
Parameter. getTransferDirection()
Returns the value of the 'Transfer Direction' attribute.static TransferDirection
TransferDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransferDirection[]
TransferDirection. 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 TransferDirection Modifier and Type Method Description void
Parameter. setTransferDirection(TransferDirection value)
Sets the value of the 'Transfer Direction
' attribute. -
Uses of TransferDirection in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return TransferDirection Modifier and Type Method Description TransferDirection
MdClassFactoryImpl. createTransferDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
TransferDirection
ParameterImpl. getTransferDirection()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type TransferDirection Modifier and Type Method Description void
ParameterImpl. setTransferDirection(TransferDirection newTransferDirection)
-
Uses of TransferDirection in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type TransferDirection Modifier and Type Method Description boolean
MdClassValidator. validateTransferDirection(TransferDirection transferDirection, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-