Package org.yamcs.xtce
Class OutputParameter
- java.lang.Object
-
- org.yamcs.xtce.OutputParameter
-
- All Implemented Interfaces:
Serializable
public class OutputParameter extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutputParameter()OutputParameter(Parameter parameter)OutputParameter(Parameter parameter, String outputName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOutputName()ParametergetParameter()voidsetOutputName(String outputName)voidsetParameter(Parameter parameter)StringtoString()
-