Uses of Enum Class
org.eclipse.emf.cdo.lm.StreamMode
Packages that use 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
Fields in org.eclipse.emf.cdo.lm with type parameters of type StreamModeModifier and TypeFieldDescriptionstatic final List<StreamMode>
StreamMode.VALUES
A public read-only list of all the 'Stream Mode' enumerators.Methods in org.eclipse.emf.cdo.lm that return StreamModeModifier 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
Fields in org.eclipse.emf.cdo.lm.impl declared as StreamModeModifier and TypeFieldDescriptionprotected static final StreamMode
StreamImpl.MODE_EDEFAULT
The default value of the 'Mode
' attribute.Methods in org.eclipse.emf.cdo.lm.impl that return StreamModeModifier and TypeMethodDescriptionLMFactoryImpl.createStreamModeFromString
(EDataType eDataType, String initialValue) StreamImpl.getMode()