public static enum HemfComment.HemfCommentRecordType extends java.lang.Enum<HemfComment.HemfCommentRecordType>
Enum Constant and Description |
---|
emfBeginGroup |
emfEndGroup |
emfGeneric |
emfMultiFormats |
emfPlus |
emfPublic |
emfSpool |
emfUnicodeEnd |
emfUnicodeString |
emfWMF |
Modifier and Type | Field and Description |
---|---|
java.util.function.Supplier<? extends HemfComment.EmfCommentData> |
constructor |
long |
id |
boolean |
isEmfPublic |
Modifier and Type | Method and Description |
---|---|
static HemfComment.HemfCommentRecordType |
getById(long id,
boolean isEmfPublic) |
static HemfComment.HemfCommentRecordType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HemfComment.HemfCommentRecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HemfComment.HemfCommentRecordType emfGeneric
public static final HemfComment.HemfCommentRecordType emfSpool
public static final HemfComment.HemfCommentRecordType emfPlus
public static final HemfComment.HemfCommentRecordType emfPublic
public static final HemfComment.HemfCommentRecordType emfBeginGroup
public static final HemfComment.HemfCommentRecordType emfEndGroup
public static final HemfComment.HemfCommentRecordType emfMultiFormats
public static final HemfComment.HemfCommentRecordType emfWMF
public static final HemfComment.HemfCommentRecordType emfUnicodeString
public static final HemfComment.HemfCommentRecordType emfUnicodeEnd
public final long id
public final java.util.function.Supplier<? extends HemfComment.EmfCommentData> constructor
public final boolean isEmfPublic
public static HemfComment.HemfCommentRecordType[] values()
for (HemfComment.HemfCommentRecordType c : HemfComment.HemfCommentRecordType.values()) System.out.println(c);
public static HemfComment.HemfCommentRecordType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static HemfComment.HemfCommentRecordType getById(long id, boolean isEmfPublic)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.