Class McInfoBoxType
[Register("io/scanbot/mcscanner/model/McInfoBoxType", DoNotGenerateAcw = true)]
public sealed class McInfoBoxType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
McInfoBoxType
- Implements
- Inherited Members
Properties
McRectCheckbox
[Register("McRectCheckbox")]
public static McInfoBoxType McRectCheckbox { get; }
Property Value
McRectPatientInfoBox
[Register("McRectPatientInfoBox")]
public static McInfoBoxType McRectPatientInfoBox { get; }
Property Value
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/mcscanner/model/McInfoBoxType;", "")]
public static McInfoBoxType ValueOf(string value)
Parameters
value
string
Returns
Values()
[Register("values", "()[Lio/scanbot/mcscanner/model/McInfoBoxType;", "")]
public static McInfoBoxType[] Values()