Package | Description |
---|---|
org.uberfire.ext.metadata.backend.infinispan.proto.schema |
Modifier and Type | Method and Description |
---|---|
ProtobufScope |
Field.getScope() |
static ProtobufScope |
ProtobufScope.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.
|
Modifier and Type | Method and Description |
---|---|
void |
Field.setScope(ProtobufScope scope) |
Constructor and 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) |
Field(ProtobufScope scope,
String type,
String name,
int index) |
Field(ProtobufScope scope,
String type,
String name,
int index,
boolean sortable,
boolean searchable,
String analyzer) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.