LicenseFlags
Inheritance: java.lang.Object
public class LicenseFlags
Rappresenta un wrapper di supporto per i flag di incorporamento dalla tabella ‘OS/2’ (campo fsType).
Metodi
| Metodo | Descrizione |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getFSType() | Ottiene il valore grezzo fsType dalla tabella OS/2 o 0 se questo campo non esiste nella tabella. |
| hashCode() | |
| isBitmapOnlyEmbedding() | Rileva se fsType consente l’incorporamento BitmapOnly. |
| isEditableEmbedding() | Rileva se fsType consente l’incorporamento Editable. |
| isFSTypeAbsent() | Restituisce true se il flag fsType è assente nella tabella ‘OS/2’. |
| isInstallableEmbedding() | Rileva se fsType è un incorporamento Installable. |
| isNoSubsettingEmbedding() | Rileva se fsType consente l’incorporamento NoSubsetting. |
| isPreviewAndPrintEmbedding() | Rileva se fsType consente l’incorporamento Preview and Print. |
| isReservedType() | Rileva se il bit riservato (bit 0) è impostato per fsType. |
| isRestrictedLicenseEmbedding() | Rileva se fsType è un incorporamento Restricted License. |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFSType()
public int getFSType()
Ottiene il valore grezzo fsType dalla tabella OS/2 o 0 se questo campo non esiste nella tabella.
Returns: int - Valore grezzo fsType dalla tabella OS/2 o 0 se questo campo non esiste nella tabella.
hashCode()
public native int hashCode()
Returns: int
isBitmapOnlyEmbedding()
public boolean isBitmapOnlyEmbedding()
Rileva se fsType consente l’incorporamento BitmapOnly.
Returns: boolean - Rileva se fsType consente l’incorporamento BitmapOnly.
isEditableEmbedding()
public boolean isEditableEmbedding()
Rileva se fsType consente l’incorporamento Editable.
Returns: boolean - Rileva se fsType consente l’incorporamento modificabile.
isFSTypeAbsent()
public boolean isFSTypeAbsent()
Restituisce true se il flag fsType è assente nella tabella ‘OS/2’.
Returns: boolean - Vero se il flag fsType è assente nella tabella ‘OS/2’.
isInstallableEmbedding()
public boolean isInstallableEmbedding()
Rileva se fsType è un incorporamento Installable.
Returns: boolean - Rileva se fsType è un incorporamento installabile.
isNoSubsettingEmbedding()
public boolean isNoSubsettingEmbedding()
Rileva se fsType consente l’incorporamento NoSubsetting.
Returns: boolean - Rileva se fsType consente l’incorporamento NoSubsetting.
isPreviewAndPrintEmbedding()
public boolean isPreviewAndPrintEmbedding()
Rileva se fsType consente l’incorporamento Preview and Print.
Returns: boolean - Rileva se fsType consente l’incorporamento di anteprima e stampa.
isReservedType()
public boolean isReservedType()
Rileva se il bit riservato (bit 0) è impostato per fsType.
Returns: boolean - Rileva se il bit riservato (bit 0) è impostato per fsType.
isRestrictedLicenseEmbedding()
public boolean isRestrictedLicenseEmbedding()
Rileva se fsType è un incorporamento Restricted License.
Returns: boolean - Rileva se fsType è un incorporamento con licenza restrittiva.
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:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long | |
| arg1 | int |