net.sf.farrago.fem.fennel
Class FemCmdCreateStreamHandle$Hib

java.lang.Object
  extended by org.eigenbase.enki.jmi.impl.RefBaseObjectBase
      extended by org.eigenbase.enki.jmi.impl.RefFeaturedBase
          extended by org.eigenbase.enki.jmi.impl.RefObjectBase
              extended by net.sf.farrago.fem.fennel.FemCmdCreateStreamHandle$Hib
All Implemented Interfaces:
RefBaseObject, RefFeatured, RefObject, FemCmd, FemCmdCreateStreamHandle, FemTupleStreamGraphCmd

public class FemCmdCreateStreamHandle$Hib
extends RefObjectBase
implements FemCmdCreateStreamHandle

Implements MOF's CmdCreateStreamHandle interface.

Author:
MofImplementationHandler

Field Summary
private  Boolean input
           
private  CmdReturnsStreamHandle resultHandle
           
private  CmdUsesStreamGraphHandle streamGraphHandle
           
private  String streamName
           
 
Constructor Summary
FemCmdCreateStreamHandle$Hib(RefClass refClass)
           
FemCmdCreateStreamHandle$Hib(RefClass refClass, String streamName, boolean input)
           
 
Method Summary
protected  void checkConstraints(List<JmiException> errors, boolean deepVerify)
           
 FemStreamHandle getResultHandle()
          Returns the value of reference ResultHandle.
 FemStreamGraphHandle getStreamGraphHandle()
          Returns the value of reference StreamGraphHandle.
 String getStreamName()
          Returns the value of attribute streamName.
 boolean isInput()
          Returns the value of attribute input.
 void setInput(boolean newValue)
          Sets the value of input attribute.
 void setResultHandle(FemStreamHandle newValue)
          Sets the value of ResultHandle reference.
 void setStreamGraphHandle(FemStreamGraphHandle newValue)
          Sets the value of StreamGraphHandle reference.
 void setStreamName(String newValue)
          Sets the value of streamName attribute.
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefObjectBase
findAssociationEnd, findAttribute, getRepository, refClass, refDelete, refImmediateComposite, refImmediatePackage, refIsInstanceOf, refMetaObject, refOutermostComposite, setRefMetaObject, unregister
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefFeaturedBase
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefBaseObjectBase
createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMofId, refOutermostPackage, refVerifyConstraints, setMofId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Field Detail

streamName

private String streamName

input

private Boolean input

streamGraphHandle

private CmdUsesStreamGraphHandle streamGraphHandle

resultHandle

private CmdReturnsStreamHandle resultHandle
Constructor Detail

FemCmdCreateStreamHandle$Hib

FemCmdCreateStreamHandle$Hib(RefClass refClass)

FemCmdCreateStreamHandle$Hib

FemCmdCreateStreamHandle$Hib(RefClass refClass,
                             String streamName,
                             boolean input)
Method Detail

getStreamName

public String getStreamName()
Description copied from interface: FemCmdCreateStreamHandle
Returns the value of attribute streamName.

Specified by:
getStreamName in interface FemCmdCreateStreamHandle
Returns:
Value of attribute streamName.

setStreamName

public void setStreamName(String newValue)
Description copied from interface: FemCmdCreateStreamHandle
Sets the value of streamName attribute. See FemCmdCreateStreamHandle.getStreamName() for description on the attribute.

Specified by:
setStreamName in interface FemCmdCreateStreamHandle
Parameters:
newValue - New value to be set.

isInput

public boolean isInput()
Description copied from interface: FemCmdCreateStreamHandle
Returns the value of attribute input.

Specified by:
isInput in interface FemCmdCreateStreamHandle
Returns:
Value of attribute input.

setInput

public void setInput(boolean newValue)
Description copied from interface: FemCmdCreateStreamHandle
Sets the value of input attribute. See FemCmdCreateStreamHandle.isInput() for description on the attribute.

Specified by:
setInput in interface FemCmdCreateStreamHandle
Parameters:
newValue - New value to be set.

getStreamGraphHandle

public FemStreamGraphHandle getStreamGraphHandle()
Description copied from interface: FemTupleStreamGraphCmd
Returns the value of reference StreamGraphHandle.

Specified by:
getStreamGraphHandle in interface FemTupleStreamGraphCmd
Returns:
Value of reference StreamGraphHandle.

setStreamGraphHandle

public void setStreamGraphHandle(FemStreamGraphHandle newValue)
Description copied from interface: FemTupleStreamGraphCmd
Sets the value of StreamGraphHandle reference. See FemTupleStreamGraphCmd.getStreamGraphHandle() for description on the attribute.

Specified by:
setStreamGraphHandle in interface FemTupleStreamGraphCmd
Parameters:
newValue - New value to be set.

getResultHandle

public FemStreamHandle getResultHandle()
Description copied from interface: FemCmdCreateStreamHandle
Returns the value of reference ResultHandle.

Specified by:
getResultHandle in interface FemCmdCreateStreamHandle
Returns:
Value of reference ResultHandle.

setResultHandle

public void setResultHandle(FemStreamHandle newValue)
Description copied from interface: FemCmdCreateStreamHandle
Sets the value of ResultHandle reference. See FemCmdCreateStreamHandle.getResultHandle() for description on the attribute.

Specified by:
setResultHandle in interface FemCmdCreateStreamHandle
Parameters:
newValue - New value to be set.

checkConstraints

protected void checkConstraints(List<JmiException> errors,
                                boolean deepVerify)
Specified by:
checkConstraints in class RefBaseObjectBase