Uses of Class
com.pervasive.datarush.tokens.DataRepresentation.Base
-
Packages that use DataRepresentation.Base Package Description com.pervasive.datarush.tokens Provides classes and utilities for working with data tokens. -
-
Uses of DataRepresentation.Base in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens that return DataRepresentation.Base Modifier and Type Method Description DataRepresentation.Base
DataRepresentation. base()
Returns the base of this representation.static DataRepresentation.Base
DataRepresentation.Base. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataRepresentation.Base[]
DataRepresentation.Base. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-