public static final class Command.Note extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Command.Note.Type
Represents the note type.
|
| Constructor and Description |
|---|
Note(Command.Note.Type type,
String value)
Creates a note.
|
| Modifier and Type | Method and Description |
|---|---|
Command.Note.Type |
getType()
Gets the note type.
|
String |
getValue()
Gets the note value.
|
public Note(Command.Note.Type type, String value)
type - The note type.value - The actual note value.public final Command.Note.Type getType()
public final String getValue()
Copyright © 2014–2016 XMPP.rocks. All rights reserved.