-
public interface MOOutputFactory
TheMOOutputFactory
creates aMOOutput
instance to be used to output managed object content.- Version:
- 1.2
- Author:
- Frank Fock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MOOutput
createMOOutput()
Creates aMOOutput
stream.
-
-
-
Method Detail
-
createMOOutput
MOOutput createMOOutput()
Creates aMOOutput
stream.- Returns:
- a
MOOutput
instance ornull
if such an instance is not available.
-
-