public final class Symbol extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Symbol.Builder
Symbol's builder.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the symbol description.
|
String |
getName()
Get the symbol name.
|
String |
getType()
Get the symbol type.
|
static Symbol.Builder |
newBuilder()
Creates a builder to build a new
Symbol . |
String |
toString() |
public String getName()
null
.public String getType()
public String getDescription()
public static Symbol.Builder newBuilder()
Symbol
.