public static enum FNC_FontControl.PatternTechnologyIdentifier extends java.lang.Enum<FNC_FontControl.PatternTechnologyIdentifier>
| Enum Constant and Description |
|---|
CompositeAdobeType0 |
LaserMatrixNBitWide |
Type1FontPrinterFileBinary |
| Modifier and Type | Method and Description |
|---|---|
byte |
toByte() |
static FNC_FontControl.PatternTechnologyIdentifier |
valueOf(byte patternTechnologyIdentifierByte) |
static FNC_FontControl.PatternTechnologyIdentifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FNC_FontControl.PatternTechnologyIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FNC_FontControl.PatternTechnologyIdentifier LaserMatrixNBitWide
public static final FNC_FontControl.PatternTechnologyIdentifier CompositeAdobeType0
public static final FNC_FontControl.PatternTechnologyIdentifier Type1FontPrinterFileBinary
public static FNC_FontControl.PatternTechnologyIdentifier[] values()
for (FNC_FontControl.PatternTechnologyIdentifier c : FNC_FontControl.PatternTechnologyIdentifier.values()) System.out.println(c);
public static FNC_FontControl.PatternTechnologyIdentifier 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 FNC_FontControl.PatternTechnologyIdentifier valueOf(byte patternTechnologyIdentifierByte)
public byte toByte()