MultyDecodeType

Inheritance: java.lang.Object, com.aspose.barcode.barcoderecognition.BaseDecodeType

public class MultyDecodeType extends BaseDecodeType

Constructors

ConstructorDescription
MultyDecodeType(BaseDecodeType[] arg0)
MultyDecodeType(SingleDecodeType[] arg0)

Fields

FieldDescription
CREATOR

Methods

MethodDescription
add(SingleDecodeType arg0)
containsAll(BaseDecodeType[] arg0)
containsAny(BaseDecodeType[] arg0)
describeContents()
equals(MultiDecodeType other)Returns a value indicating whether this instance is equal to a specified BaseDecodeType value.
equals(SingleDecodeType other)Returns a value indicating whether this instance is equal to a specified BaseDecodeType value.
equals(Object arg0)
getClass()
getGetSingleTypesCount()
getSingleTypes()
hashCode()
notify()
notifyAll()
toString()
tryParseBaseDecodeType(String parsingType)Converts the string representation of a BaseDecodeType to its instance, having determined the concrete type.
tryParseMultiDecodeType(String parsingType)Converts the string representation of a MultiDecodeType to its instance.
tryParseMultyDecodeType(String arg0)
tryParseSingleDecodeType(String parsingType)Converts the string representation of a SingleDecodeType to its instance.
wait()
wait(long arg0)
wait(long arg0, int arg1)
writeToParcel(Parcel arg0, int arg1)

MultyDecodeType(BaseDecodeType[] arg0)

public MultyDecodeType(BaseDecodeType[] arg0)

Parameters:

ParameterTypeDescription
arg0BaseDecodeType[]

MultyDecodeType(SingleDecodeType[] arg0)

public MultyDecodeType(SingleDecodeType[] arg0)

Parameters:

ParameterTypeDescription
arg0SingleDecodeType[]

CREATOR

public static final Parcelable.Creator<BaseDecodeType> CREATOR

add(SingleDecodeType arg0)

public void add(SingleDecodeType arg0)

Parameters:

ParameterTypeDescription
arg0SingleDecodeType

containsAll(BaseDecodeType[] arg0)

public boolean containsAll(BaseDecodeType[] arg0)

Parameters:

ParameterTypeDescription
arg0BaseDecodeType[]

Returns: boolean

containsAny(BaseDecodeType[] arg0)

public boolean containsAny(BaseDecodeType[] arg0)

Determines whether any of the given decode types is included into

Parameters:

ParameterTypeDescription
arg0BaseDecodeType[]

Returns: boolean

describeContents()

public int describeContents()

Returns: int

equals(MultiDecodeType other)

public boolean equals(MultiDecodeType other)

Returns a value indicating whether this instance is equal to a specified BaseDecodeType value.

Parameters:

ParameterTypeDescription
otherMultiDecodeTypeAn java.lang.Object value to compare to this instance.

Returns: boolean - True if obj has the same value as this instance; otherwise, false.

equals(SingleDecodeType other)

public boolean equals(SingleDecodeType other)

Returns a value indicating whether this instance is equal to a specified BaseDecodeType value.

Parameters:

ParameterTypeDescription
otherSingleDecodeTypeAn java.lang.Object value to compare to this instance.

Returns: boolean - True if obj has the same value as this instance; otherwise, false.

equals(Object arg0)

public boolean equals(Object arg0)

Returns a value indicating whether this instance is equal to a specified BaseDecodeType value.

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getGetSingleTypesCount()

public int getGetSingleTypesCount()

Returns: int

getSingleTypes()

public List<SingleDecodeType> getSingleTypes()

Returns: java.util.List<com.aspose.barcode.barcoderecognition.SingleDecodeType>

hashCode()

public int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

tryParseBaseDecodeType(String parsingType)

public static BaseDecodeType tryParseBaseDecodeType(String parsingType)

Converts the string representation of a BaseDecodeType to its instance, having determined the concrete type. A return value indicates whether the conversion succeeded or failed.

Parameters:

ParameterTypeDescription
parsingTypejava.lang.StringA string containing a MultiDecodeType representation to convert.

Returns: BaseDecodeType - An actual MultiDecodeType is returned, when conversion has completed successfully;

otherwise it returns indefinite type. or MultiDecodeType (“None”).

tryParseMultiDecodeType(String parsingType)

public static MultiDecodeType tryParseMultiDecodeType(String parsingType)

Converts the string representation of a MultiDecodeType to its instance. A return value indicates whether the conversion succeeded or failed.

Parameters:

ParameterTypeDescription
parsingTypejava.lang.StringA string containing a MultiDecodeType representation to convert.

Returns: MultiDecodeType - An actual MultiDecodeType is returned, when conversion has completed successfully;

otherwise it returns indefinite type. or MultiDecodeType (“None”).

tryParseMultyDecodeType(String arg0)

public static MultyDecodeType tryParseMultyDecodeType(String arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.String

Returns: com.aspose.barcode.barcoderecognition.MultyDecodeType

tryParseSingleDecodeType(String parsingType)

public static SingleDecodeType tryParseSingleDecodeType(String parsingType)

Converts the string representation of a SingleDecodeType to its instance. A return value indicates whether the conversion succeeded or failed.

Parameters:

ParameterTypeDescription
parsingTypejava.lang.StringA string containing a SingleDecodeType in the format as “EAN8” or “EAN13” or “CodaBar”… to convert.

Returns: SingleDecodeType - An actual SingleDecodeType is returned, when conversion has completed successfully;

otherwise it returns indefinite type. or SingleDecodeType (-1, “None”).

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int

writeToParcel(Parcel arg0, int arg1)

public void writeToParcel(Parcel arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0android.os.Parcel
arg1int