Uses of Class
crosby.binary.Fileformat.Blob.DataCase
-
Packages that use Fileformat.Blob.DataCase Package Description crosby.binary -
-
Uses of Fileformat.Blob.DataCase in crosby.binary
Methods in crosby.binary that return Fileformat.Blob.DataCase Modifier and Type Method Description static Fileformat.Blob.DataCase
Fileformat.Blob.DataCase. forNumber(int value)
Fileformat.Blob.DataCase
Fileformat.Blob.Builder. getDataCase()
Fileformat.Blob.DataCase
Fileformat.Blob. getDataCase()
Fileformat.Blob.DataCase
Fileformat.BlobOrBuilder. getDataCase()
static Fileformat.Blob.DataCase
Fileformat.Blob.DataCase. valueOf(int value)
Deprecated.static Fileformat.Blob.DataCase
Fileformat.Blob.DataCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Fileformat.Blob.DataCase[]
Fileformat.Blob.DataCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-