Uses of Class
org.uberfire.ext.metadata.backend.infinispan.proto.schema.ProtobufType
-
Packages that use ProtobufType Package Description org.uberfire.ext.metadata.backend.infinispan.proto.schema -
-
Uses of ProtobufType in org.uberfire.ext.metadata.backend.infinispan.proto.schema
Methods in org.uberfire.ext.metadata.backend.infinispan.proto.schema that return ProtobufType Modifier and Type Method Description static ProtobufTypeProtobufType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtobufType[]ProtobufType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uberfire.ext.metadata.backend.infinispan.proto.schema with parameters of type ProtobufType Constructor Description Field(ProtobufScope scope, ProtobufType type, String name, boolean sortable, boolean searchable, String analyzer)Field(ProtobufScope scope, ProtobufType type, String name, int index)Field(ProtobufScope scope, ProtobufType type, String name, int index, boolean sortable, boolean searchable, String analyzer)Field(ProtobufScope scope, ProtobufType type, String name, String analyzer)
-