OEOutFileStringParameter

class OEOutFileStringParameter : public OEFileStringParameter

The OEOutFileStringParameter represents parameter that has string value representing a writable file format for modeling objects, such as a molecule or a design unit.

Following methods are publicly inherited from OEParameter:
Following methods are publicly inherited from OETypedParameter:
Following methods are publicly inherited from OEPODParameter:

Constructors

OEOutFileStringParameter(name: str, fileType: int,
                         fileTypeFlavor: int = 0) -> OEOutFileStringParameter
OEOutFileStringParameter(name: str, fileExt: str) -> OEOutFileStringParameter
OEOutFileStringParameter() -> OEOutFileStringParameter
OEOutFileStringParameter(arg2: OEOutFileStringParameter) -> OEOutFileStringParameter

Default and copy constructors.

Constructs an OEOutFileStringParameter instance using the specified set of parameters. The fileType argument refers to constants defined in the OEFileStringType namespace. The fileTypeFlavor argument refers to constants defined in the OEFileStringTypeFlavor namespace.