Package | Description |
---|---|
ch.ethz.inf.vs.android.willir.lamport |
Modifier and Type | Field and Description |
---|---|
MainActivity.ProtocolItemType |
MainActivity.ProtocolItem.type |
Modifier and Type | Method and Description |
---|---|
static MainActivity.ProtocolItemType |
MainActivity.ProtocolItemType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MainActivity.ProtocolItemType[] |
MainActivity.ProtocolItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MainActivity.addToProtocol(java.lang.String message,
MainActivity.ProtocolItemType type) |
Constructor and Description |
---|
ProtocolItem(java.lang.String message,
MainActivity.ProtocolItemType type) |