LicenseFlags

Inheritance: java.lang.Object

public class LicenseFlags

Represents a helper wrapper for an embedding flags from ‘OS/2’ table (field fsType).

Methods

MethodDescription
equals(Object arg0)
getClass()
getFSType()Gets raw fsType value from OS/2 table or 0 if this field doesn’t exist in the table.
hashCode()
isBitmapOnlyEmbedding()Detects whether fsType permits BitmapOnly embedding.
isEditableEmbedding()Detects whether fsType permits Editable embedding.
isFSTypeAbsent()Returns true if fsType flag is absent in ‘OS/2’ table.
isInstallableEmbedding()Detects whether fsType is Installable embedding.
isNoSubsettingEmbedding()Detects whether fsType permits NoSubsetting embedding.
isPreviewAndPrintEmbedding()Detects whether fsType permits Preview and Print embedding.
isReservedType()Detects whether reserved bit(bit 0) is set for fsType.
isRestrictedLicenseEmbedding()Detects whether fsType is Restricted License embedding.
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFSType()

public int getFSType()

Gets raw fsType value from OS/2 table or 0 if this field doesn’t exist in the table.

Returns: int - Raw fsType value from OS/2 table or 0 if this field doesn’t exist in the table.

hashCode()

public native int hashCode()

Returns: int

isBitmapOnlyEmbedding()

public boolean isBitmapOnlyEmbedding()

Detects whether fsType permits BitmapOnly embedding.

Returns: boolean - Detects whether fsType permits BitmapOnly embedding.

isEditableEmbedding()

public boolean isEditableEmbedding()

Detects whether fsType permits Editable embedding.

Returns: boolean - Detects whether fsType permits Editable embedding.

isFSTypeAbsent()

public boolean isFSTypeAbsent()

Returns true if fsType flag is absent in ‘OS/2’ table.

Returns: boolean - True if fsType flag is absent in ‘OS/2’ table.

isInstallableEmbedding()

public boolean isInstallableEmbedding()

Detects whether fsType is Installable embedding.

Returns: boolean - Detects whether fsType is Installable embedding.

isNoSubsettingEmbedding()

public boolean isNoSubsettingEmbedding()

Detects whether fsType permits NoSubsetting embedding.

Returns: boolean - Detects whether fsType permits NoSubsetting embedding.

isPreviewAndPrintEmbedding()

public boolean isPreviewAndPrintEmbedding()

Detects whether fsType permits Preview and Print embedding.

Returns: boolean - Detects whether fsType permits Preview and Print embedding.

isReservedType()

public boolean isReservedType()

Detects whether reserved bit(bit 0) is set for fsType.

Returns: boolean - Detects whether reserved bit(bit 0) is set for fsType.

isRestrictedLicenseEmbedding()

public boolean isRestrictedLicenseEmbedding()

Detects whether fsType is Restricted License embedding.

Returns: boolean - Detects whether fsType is Restricted License embedding.

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int