public enum ClassCode extends Enum<ClassCode>
| Modifier and Type | Method and Description |
|---|---|
static ClassCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassCode DelimiterElement
public static final ClassCode MetafileDescriptorElements
public static final ClassCode PictureDescriptorElements
public static final ClassCode ControlElements
public static final ClassCode GraphicalPrimitiveElements
public static final ClassCode AttributeElements
public static final ClassCode EscapeElement
public static final ClassCode ExternalElements
public static final ClassCode SegmentControlandSegmentAttributeElements
public static final ClassCode ApplicationStructureDescriptorElements
public static final ClassCode ReservedForFutureUse1
public static final ClassCode ReservedForFutureUse2
public static final ClassCode ReservedForFutureUse3
public static final ClassCode ReservedForFutureUse4
public static final ClassCode ReservedForFutureUse5
public static final ClassCode ReservedForFutureUse6
public static ClassCode[] values()
for (ClassCode c : ClassCode.values()) System.out.println(c);
public static ClassCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.