|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eigenbase.enki.jmi.impl.RefBaseObjectBase org.eigenbase.enki.jmi.impl.RefFeaturedBase org.eigenbase.enki.jmi.impl.RefObjectBase net.sf.farrago.fem.fennel.FemCmdCreateStreamHandle$Hib
public class FemCmdCreateStreamHandle$Hib
Implements MOF's CmdCreateStreamHandle interface.
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 |
---|
private String streamName
private Boolean input
private CmdUsesStreamGraphHandle streamGraphHandle
private CmdReturnsStreamHandle resultHandle
Constructor Detail |
---|
FemCmdCreateStreamHandle$Hib(RefClass refClass)
FemCmdCreateStreamHandle$Hib(RefClass refClass, String streamName, boolean input)
Method Detail |
---|
public String getStreamName()
FemCmdCreateStreamHandle
getStreamName
in interface FemCmdCreateStreamHandle
public void setStreamName(String newValue)
FemCmdCreateStreamHandle
FemCmdCreateStreamHandle.getStreamName()
for description on the attribute.
setStreamName
in interface FemCmdCreateStreamHandle
newValue
- New value to be set.public boolean isInput()
FemCmdCreateStreamHandle
isInput
in interface FemCmdCreateStreamHandle
public void setInput(boolean newValue)
FemCmdCreateStreamHandle
FemCmdCreateStreamHandle.isInput()
for
description on the attribute.
setInput
in interface FemCmdCreateStreamHandle
newValue
- New value to be set.public FemStreamGraphHandle getStreamGraphHandle()
FemTupleStreamGraphCmd
getStreamGraphHandle
in interface FemTupleStreamGraphCmd
public void setStreamGraphHandle(FemStreamGraphHandle newValue)
FemTupleStreamGraphCmd
FemTupleStreamGraphCmd.getStreamGraphHandle()
for description on the attribute.
setStreamGraphHandle
in interface FemTupleStreamGraphCmd
newValue
- New value to be set.public FemStreamHandle getResultHandle()
FemCmdCreateStreamHandle
getResultHandle
in interface FemCmdCreateStreamHandle
public void setResultHandle(FemStreamHandle newValue)
FemCmdCreateStreamHandle
FemCmdCreateStreamHandle.getResultHandle()
for description on the attribute.
setResultHandle
in interface FemCmdCreateStreamHandle
newValue
- New value to be set.protected void checkConstraints(List<JmiException> errors, boolean deepVerify)
checkConstraints
in class RefBaseObjectBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |