LicenseFlags

Inheritance: java.lang.Object

public class LicenseFlags

يمثل غلافًا مساعدًا لأعلام التضمين من جدول ‘OS/2’ (الحقل fsType).

الطرق

طريقةالوصف
equals(Object arg0)
getClass()
getFSType()يحصل على قيمة fsType الخام من جدول OS/2 أو 0 إذا لم يكن هذا الحقل موجودًا في الجدول.
hashCode()
isBitmapOnlyEmbedding()يكشف ما إذا كان fsType يسمح بالتضمين BitmapOnly.
isEditableEmbedding()يكشف ما إذا كان fsType يسمح بالتضمين Editable.
isFSTypeAbsent()يرجع true إذا كان علم fsType غير موجود في جدول ‘OS/2’.
isInstallableEmbedding()يكشف ما إذا كان fsType هو التضمين Installable.
isNoSubsettingEmbedding()يكشف ما إذا كان fsType يسمح بالتضمين NoSubsetting.
isPreviewAndPrintEmbedding()يكشف ما إذا كان fsType يسمح بالتضمين Preview and Print.
isReservedType()يكشف ما إذا كان البت المحجوز (bit 0) مُعيّنًا لـ fsType.
isRestrictedLicenseEmbedding()يكشف ما إذا كان fsType هو التضمين Restricted License.
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

معاملنوعالوصف
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFSType()

public int getFSType()

يحصل على قيمة fsType الخام من جدول OS/2 أو 0 إذا لم يكن هذا الحقل موجودًا في الجدول.

Returns: int - قيمة fsType الخام من جدول OS/2 أو 0 إذا لم يكن هذا الحقل موجودًا في الجدول.

hashCode()

public native int hashCode()

Returns: int

isBitmapOnlyEmbedding()

public boolean isBitmapOnlyEmbedding()

يكشف ما إذا كان fsType يسمح بالتضمين BitmapOnly.

Returns: boolean - يكشف ما إذا كان fsType يسمح بالتضمين BitmapOnly.

isEditableEmbedding()

public boolean isEditableEmbedding()

يكشف ما إذا كان fsType يسمح بالتضمين Editable.

Returns: منطقي - يكتشف ما إذا كان fsType يسمح بالتضمين القابل للتحرير.

isFSTypeAbsent()

public boolean isFSTypeAbsent()

يرجع true إذا كان علم fsType غير موجود في جدول ‘OS/2’.

Returns: منطقي - صحيح إذا كانت علامة fsType غير موجودة في جدول ‘OS/2’.

isInstallableEmbedding()

public boolean isInstallableEmbedding()

يكشف ما إذا كان fsType هو التضمين Installable.

Returns: منطقي - يكتشف ما إذا كان fsType هو تضمين قابل للتثبيت.

isNoSubsettingEmbedding()

public boolean isNoSubsettingEmbedding()

يكشف ما إذا كان fsType يسمح بالتضمين NoSubsetting.

Returns: منطقي - يكتشف ما إذا كان fsType يسمح بتضمين بدون تقطيع.

isPreviewAndPrintEmbedding()

public boolean isPreviewAndPrintEmbedding()

يكشف ما إذا كان fsType يسمح بالتضمين Preview and Print.

Returns: منطقي - يكتشف ما إذا كان fsType يسمح بتضمين المعاينة والطباعة.

isReservedType()

public boolean isReservedType()

يكشف ما إذا كان البت المحجوز (bit 0) مُعيّنًا لـ fsType.

Returns: منطقي - يكتشف ما إذا كان البت المحجوز (البت 0) مضبوطًا لـ fsType.

isRestrictedLicenseEmbedding()

public boolean isRestrictedLicenseEmbedding()

يكشف ما إذا كان fsType هو التضمين Restricted License.

Returns: منطقي - يكتشف ما إذا كان fsType هو تضمين برخصة مقيدة.

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:

معاملنوعالوصف
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

معاملنوعالوصف
arg0long
arg1int