MacPlatformSpecificId
Inheritance: java.lang.Object, java.lang.Enum
public enum MacPlatformSpecificId extends Enum<MacPlatformSpecificId>
Stellt die Macintosh-Plattform PlatformSpecificId‑Aufzählung dar.
Felder
| Feld | Beschreibung |
|---|---|
| Arabic | Arabischer plattformspezifischer Wert. |
| Armenian | Armenischer plattformspezifischer Wert. |
| Bengali | Bengalischer plattformspezifischer Wert. |
| Burmese | Burmesischer plattformspezifischer Wert. |
| Devanagari | Devanagari plattformspezifischer Wert. |
| Geez | Geez plattformspezifischer Wert. |
| Georgian | Georgischer plattformspezifischer Wert. |
| Greek | Griechischer plattformspezifischer Wert. |
| Gujarati | Gujarati plattformspezifischer Wert. |
| Gurmukhi | Gurmukhi plattformspezifischer Wert. |
| Hebrew | Hebräischer plattformspezifischer Wert. |
| Japanese | Japanischer plattformspezifischer Wert. |
| Kannada | Kannada plattformspezifischer Wert. |
| Khmer | Khmer plattformspezifischer Wert. |
| Korean | Koreanischer plattformspezifischer Wert. |
| Laotian | Laotischer plattformspezifischer Wert. |
| Malayalam | Malayalam plattformspezifischer Wert. |
| Mongolian | Mongolischer plattformspezifischer Wert. |
| Oriya | Oriya plattformspezifischer Wert. |
| RSymbol | RSymbol plattformspezifischer Wert. |
| Roman | Römischer plattformspezifischer Wert. |
| Russian | Russischer plattformspezifischer Wert. |
| Simplified_Chinese | Vereinfachtes Chinesisch plattformspezifischer Wert. |
| Sindhi | Sindhi plattformspezifischer Wert. |
| Sinhalese | Singhalesischer plattformspezifischer Wert. |
| Slavic | Slawischer plattformspezifischer Wert. |
| Tamil | Tamilischer plattformspezifischer Wert. |
| Telugu | Telugu plattformspezifischer Wert. |
| Thai | Thailändischer plattformspezifischer Wert. |
| Tibetan | Tibetischer plattformspezifischer Wert. |
| Traditional_Chinese | Traditioneller chinesischer plattformspezifischer Wert. |
| Uninterpreted | Nicht interpretierter plattformspezifischer Wert. |
| Vietnamese | Vietnamesischer plattformspezifischer Wert. |
Methoden
Arabic
public static final MacPlatformSpecificId Arabic
Arabischer plattformspezifischer Wert.
Armenian
public static final MacPlatformSpecificId Armenian
Armenischer plattformspezifischer Wert.
Bengali
public static final MacPlatformSpecificId Bengali
Bengalischer plattformspezifischer Wert.
Burmese
public static final MacPlatformSpecificId Burmese
Burmesischer plattformspezifischer Wert.
Devanagari
public static final MacPlatformSpecificId Devanagari
Devanagari plattformspezifischer Wert.
Geez
public static final MacPlatformSpecificId Geez
Geez plattformspezifischer Wert.
Georgian
public static final MacPlatformSpecificId Georgian
Georgischer plattformspezifischer Wert.
Greek
public static final MacPlatformSpecificId Greek
Griechischer plattformspezifischer Wert.
Gujarati
public static final MacPlatformSpecificId Gujarati
Gujarati plattformspezifischer Wert.
Gurmukhi
public static final MacPlatformSpecificId Gurmukhi
Gurmukhi plattformspezifischer Wert.
Hebrew
public static final MacPlatformSpecificId Hebrew
Hebräischer plattformspezifischer Wert.
Japanese
public static final MacPlatformSpecificId Japanese
Japanischer plattformspezifischer Wert.
Kannada
public static final MacPlatformSpecificId Kannada
Kannada plattformspezifischer Wert.
Khmer
public static final MacPlatformSpecificId Khmer
Khmer plattformspezifischer Wert.
Korean
public static final MacPlatformSpecificId Korean
Koreanischer plattformspezifischer Wert.
Laotian
public static final MacPlatformSpecificId Laotian
Laotischer plattformspezifischer Wert.
Malayalam
public static final MacPlatformSpecificId Malayalam
Malayalam plattformspezifischer Wert.
Mongolian
public static final MacPlatformSpecificId Mongolian
Mongolischer plattformspezifischer Wert.
Oriya
public static final MacPlatformSpecificId Oriya
Oriya plattformspezifischer Wert.
RSymbol
public static final MacPlatformSpecificId RSymbol
RSymbol plattformspezifischer Wert.
Roman
public static final MacPlatformSpecificId Roman
Römischer plattformspezifischer Wert.
Russian
public static final MacPlatformSpecificId Russian
Russischer plattformspezifischer Wert.
Simplified_Chinese
public static final MacPlatformSpecificId Simplified_Chinese
Vereinfachtes Chinesisch plattformspezifischer Wert.
Sindhi
public static final MacPlatformSpecificId Sindhi
Sindhi plattformspezifischer Wert.
Sinhalese
public static final MacPlatformSpecificId Sinhalese
Singhalesischer plattformspezifischer Wert.
Slavic
public static final MacPlatformSpecificId Slavic
Slawischer plattformspezifischer Wert.
Tamil
public static final MacPlatformSpecificId Tamil
Tamilischer plattformspezifischer Wert.
Telugu
public static final MacPlatformSpecificId Telugu
Telugu plattformspezifischer Wert.
Thai
public static final MacPlatformSpecificId Thai
Thailändischer plattformspezifischer Wert.
Tibetan
public static final MacPlatformSpecificId Tibetan
Tibetischer plattformspezifischer Wert.
Traditional_Chinese
public static final MacPlatformSpecificId Traditional_Chinese
Traditioneller chinesischer plattformspezifischer Wert.
Uninterpreted
public static final MacPlatformSpecificId Uninterpreted
Nicht interpretierter plattformspezifischer Wert.
Vietnamese
public static final MacPlatformSpecificId Vietnamese
Vietnamesischer plattformspezifischer Wert.
valueOf(Class arg0, String arg1)
public static T <T>valueOf(Class<T> arg0, String arg1)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | java.lang.Class | |
| arg1 | java.lang.String |
Returns: T
compareTo(E arg0)
public final int compareTo(E arg0)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | E |
Returns: int
describeConstable()
public final Optional<Enum.EnumDesc<E>> describeConstable()
Returns:
java.util.Optional<java.lang.Enum.EnumDesc
equals(Object arg0)
public final boolean equals(Object arg0)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDeclaringClass()
public final Class<E> getDeclaringClass()
Returns:
java.lang.Class
hashCode()
public final int hashCode()
Returns: int
name()
public final String name()
Returns: java.lang.String
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
ordinal()
public final int ordinal()
Returns: int
toString()
public String toString()
Returns: java.lang.String
valueOf(String name)
public static MacPlatformSpecificId valueOf(String name)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Name | java.lang.String |
Returns: MacPlatformSpecificId
values()
public static MacPlatformSpecificId[] values()
Returns: com.aspose.font.MacPlatformSpecificId[]
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | long | |
| arg1 | int |