MacPlatformSpecificId

Inheritance: java.lang.Object, java.lang.Enum

public enum MacPlatformSpecificId extends Enum<MacPlatformSpecificId>

Stellt die Macintosh-Plattform PlatformSpecificId‑Aufzählung dar.

Felder

FeldBeschreibung
ArabicArabischer plattformspezifischer Wert.
ArmenianArmenischer plattformspezifischer Wert.
BengaliBengalischer plattformspezifischer Wert.
BurmeseBurmesischer plattformspezifischer Wert.
DevanagariDevanagari plattformspezifischer Wert.
GeezGeez plattformspezifischer Wert.
GeorgianGeorgischer plattformspezifischer Wert.
GreekGriechischer plattformspezifischer Wert.
GujaratiGujarati plattformspezifischer Wert.
GurmukhiGurmukhi plattformspezifischer Wert.
HebrewHebräischer plattformspezifischer Wert.
JapaneseJapanischer plattformspezifischer Wert.
KannadaKannada plattformspezifischer Wert.
KhmerKhmer plattformspezifischer Wert.
KoreanKoreanischer plattformspezifischer Wert.
LaotianLaotischer plattformspezifischer Wert.
MalayalamMalayalam plattformspezifischer Wert.
MongolianMongolischer plattformspezifischer Wert.
OriyaOriya plattformspezifischer Wert.
RSymbolRSymbol plattformspezifischer Wert.
RomanRömischer plattformspezifischer Wert.
RussianRussischer plattformspezifischer Wert.
Simplified_ChineseVereinfachtes Chinesisch plattformspezifischer Wert.
SindhiSindhi plattformspezifischer Wert.
SinhaleseSinghalesischer plattformspezifischer Wert.
SlavicSlawischer plattformspezifischer Wert.
TamilTamilischer plattformspezifischer Wert.
TeluguTelugu plattformspezifischer Wert.
ThaiThailändischer plattformspezifischer Wert.
TibetanTibetischer plattformspezifischer Wert.
Traditional_ChineseTraditioneller chinesischer plattformspezifischer Wert.
UninterpretedNicht interpretierter plattformspezifischer Wert.
VietnameseVietnamesischer plattformspezifischer Wert.

Methoden

MethodeBeschreibung
valueOf(Class arg0, String arg1)
compareTo(E arg0)
describeConstable()
equals(Object arg0)
getClass()
getDeclaringClass()
hashCode()
name()
notify()
notifyAll()
ordinal()
toString()
valueOf(String name)
values()
wait()
wait(long arg0)
wait(long arg0, int arg1)

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:

ParameterTypBeschreibung
arg0java.lang.Class
arg1java.lang.String

Returns: T

compareTo(E arg0)

public final int compareTo(E arg0)

Parameters:

ParameterTypBeschreibung
arg0E

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:

ParameterTypBeschreibung
arg0java.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:

ParameterTypBeschreibung
Namejava.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:

ParameterTypBeschreibung
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypBeschreibung
arg0long
arg1int