Package com.cognitect.transit
Interface Symbol
-
- All Superinterfaces:
Comparable<Symbol>
public interface Symbol extends Comparable<Symbol>
Represents a symbol
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getValue()
Gets the value of the symbol, a string-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getValue
String getValue()
Gets the value of the symbol, a string- Returns:
- symbol
-
-