public static enum PCLFontSegment.SegmentID extends Enum<PCLFontSegment.SegmentID>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static PCLFontSegment.SegmentID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PCLFontSegment.SegmentID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PCLFontSegment.SegmentID CC
public static final PCLFontSegment.SegmentID CP
public static final PCLFontSegment.SegmentID GT
public static final PCLFontSegment.SegmentID IF
public static final PCLFontSegment.SegmentID PA
public static final PCLFontSegment.SegmentID XW
public static final PCLFontSegment.SegmentID NULL
public static PCLFontSegment.SegmentID[] values()
for (PCLFontSegment.SegmentID c : PCLFontSegment.SegmentID.values()) System.out.println(c);
public static PCLFontSegment.SegmentID 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 nullpublic int getValue()
Copyright © 2025 Apache Software Foundation. All rights reserved.