Uses of Enum Class
org.eclipse.emf.cdo.lm.StreamMode
Package
Description
The generated EMF API of the CDO Lifecycle Management model.
The generated EMF implementation of the CDO Lifecycle Management model.
-
Uses of StreamMode in org.eclipse.emf.cdo.lm
Modifier and TypeFieldDescriptionstatic final List<StreamMode>
StreamMode.VALUES
A public read-only list of all the 'Stream Mode' enumerators.Modifier and TypeMethodDescriptionstatic StreamMode
StreamMode.get
(int value) Returns the 'Stream Mode' literal with the specified integer value.static StreamMode
Returns the 'Stream Mode' literal with the specified literal value.static StreamMode
Returns the 'Stream Mode' literal with the specified name.Stream.getMode()
Returns the value of the 'Mode' attribute.static StreamMode
Returns the enum constant of this class with the specified name.static StreamMode[]
StreamMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StreamMode in org.eclipse.emf.cdo.lm.impl
Modifier and TypeFieldDescriptionprotected static final StreamMode
StreamImpl.MODE_EDEFAULT
The default value of the 'Mode
' attribute.Modifier and TypeMethodDescriptionLMFactoryImpl.createStreamModeFromString
(EDataType eDataType, String initialValue) StreamImpl.getMode()