enum classafFancomSapi::SPXMLRESULTOPTIONS

sys::Obj
  sys::Enum
    afFancomSapi::SPXMLRESULTOPTIONS

@Serializable { simple=true }

Used to designate whether the main result or the alternates are desired.

http://msdn.microsoft.com/en-us/library/ee431881%28v=vs.85%29.aspx

SPXRO_Alternates_SML

Source

const static SPXMLRESULTOPTIONS SPXRO_Alternates_SML := ...

Indicates the alternate results are desired.

Value is 1 (0x1)

SPXRO_SML

Source

const static SPXMLRESULTOPTIONS SPXRO_SML := ...

Indicates the main result is desired (the default setting).

Value is 0 (0x0)

fromStr

Source

static new fromStr(Str name, Bool checked := true)

Return the SPXMLRESULTOPTIONS instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

vals

Source

const static SPXMLRESULTOPTIONS[] vals := ...

List of SPXMLRESULTOPTIONS values indexed by ordinal