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() |
boolean |
excludeFromIndexes() |
B |
excludeFromIndexes(boolean excludeFromIndexes)
Deprecated.
|
V |
get() |
boolean |
getExcludeFromIndexes()
Deprecated.
|
int |
getMeaning()
Deprecated.
|
ValueType |
getValueType() |
B |
meaning(int meaning)
Deprecated.
|
B |
mergeFrom(P other) |
B |
set(V value) |
B |
setExcludeFromIndexes(boolean excludeFromIndexes) |
B |
setMeaning(int meaning)
Deprecated.
|
ValueType getValueType()
@Deprecated boolean getExcludeFromIndexes()
boolean excludeFromIndexes()
@Deprecated B excludeFromIndexes(boolean excludeFromIndexes)
B setExcludeFromIndexes(boolean excludeFromIndexes)
@Deprecated int getMeaning()
@Deprecated B meaning(int meaning)
@Deprecated B setMeaning(int meaning)
V get()
P build()
Copyright © 2016 Google. All rights reserved.