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