Package | Description |
---|---|
org.uberfire.ext.metadata.backend.infinispan.proto.schema |
Modifier and Type | Method and Description |
---|---|
static ProtobufType |
ProtobufType.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.
|
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) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.