public class CharStringCommand extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CharStringCommand.Key
A static class to hold one or more int values as key.
|
static class |
CharStringCommand.Type1KeyWord
Enum of all valid type1 key words
|
static class |
CharStringCommand.Type2KeyWord
Enum of all valid type2 key words
|
| Constructor and Description |
|---|
CharStringCommand(int b0)
Constructor with one value.
|
CharStringCommand(int[] values)
Constructor with an array as values.
|
CharStringCommand(int b0,
int b1)
Constructor with two values.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
CharStringCommand.Key |
getKey()
The key of the CharStringCommand.
|
CharStringCommand.Type1KeyWord |
getType1KeyWord() |
CharStringCommand.Type2KeyWord |
getType2KeyWord() |
int |
hashCode() |
String |
toString() |
public CharStringCommand(int b0)
b0 - valuepublic CharStringCommand(int b0,
int b1)
b0 - value1b1 - value2public CharStringCommand(int[] values)
values - array of valuespublic CharStringCommand.Key getKey()
public CharStringCommand.Type1KeyWord getType1KeyWord()
public CharStringCommand.Type2KeyWord getType2KeyWord()
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.