V
- the data type that the Value
object holds.P
- the value type.B
- the value type's associated builder.public interface ValueBuilder<V,P extends Value<V>,B extends ValueBuilder<V,P,B>>
Modifier and Type | Method and Description |
---|---|
P |
build() |
V |
get() |
boolean |
getExcludeFromIndexes() |
int |
getMeaning()
Deprecated.
|
ValueType |
getValueType() |
B |
mergeFrom(P other) |
B |
set(V value) |
B |
setExcludeFromIndexes(boolean excludeFromIndexes) |
B |
setMeaning(int meaning)
Deprecated.
|
ValueType getValueType()
boolean getExcludeFromIndexes()
B setExcludeFromIndexes(boolean excludeFromIndexes)
int getMeaning()
B setMeaning(int meaning)
V get()
P build()
Copyright © 2019 Google LLC. All rights reserved.