Uses of Class
app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Trend
-
Packages that use KeyFigure.Trend Package Description app.coronawarn.server.common.protocols.internal.stats -
-
Uses of KeyFigure.Trend in app.coronawarn.server.common.protocols.internal.stats
Methods in app.coronawarn.server.common.protocols.internal.stats that return KeyFigure.Trend Modifier and Type Method Description static KeyFigure.Trend
KeyFigure.Trend. forNumber(int value)
KeyFigure.Trend
KeyFigure.Builder. getTrend()
.app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Trend trend = 4;
KeyFigure.Trend
KeyFigure. getTrend()
.app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Trend trend = 4;
KeyFigure.Trend
KeyFigureOrBuilder. getTrend()
.app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Trend trend = 4;
static KeyFigure.Trend
KeyFigure.Trend. valueOf(int value)
Deprecated.static KeyFigure.Trend
KeyFigure.Trend. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static KeyFigure.Trend
KeyFigure.Trend. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyFigure.Trend[]
KeyFigure.Trend. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.coronawarn.server.common.protocols.internal.stats that return types with arguments of type KeyFigure.Trend Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<KeyFigure.Trend>
KeyFigure.Trend. internalGetValueMap()
Methods in app.coronawarn.server.common.protocols.internal.stats with parameters of type KeyFigure.Trend Modifier and Type Method Description KeyFigure.Builder
KeyFigure.Builder. setTrend(KeyFigure.Trend value)
.app.coronawarn.server.common.protocols.internal.stats.KeyFigure.Trend trend = 4;
-