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.DataCaseFileformat.Blob.DataCase. forNumber(int value)Fileformat.Blob.DataCaseFileformat.Blob.Builder. getDataCase()Fileformat.Blob.DataCaseFileformat.Blob. getDataCase()Fileformat.Blob.DataCaseFileformat.BlobOrBuilder. getDataCase()static Fileformat.Blob.DataCaseFileformat.Blob.DataCase. valueOf(int value)Deprecated.static Fileformat.Blob.DataCaseFileformat.Blob.DataCase. valueOf(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.
-