public class PButton extends TypedValuedClass<PButton.Type,java.lang.Boolean> implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
PButton.Type |
static class |
PButton.TypeGroup |
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
valuetypeNumber| Constructor and Description |
|---|
PButton(int typeNumber,
java.lang.Boolean value) |
PButton(PButton.Type type,
java.lang.Boolean value) |
toStringgetTypepublic static final long serialVersionUID
public PButton(PButton.Type type, java.lang.Boolean value)
public PButton(int typeNumber, java.lang.Boolean value)