Uses of Class
net.sf.okapi.proto.PrimitiveValue.ValueTypeCase
-
Packages that use PrimitiveValue.ValueTypeCase Package Description net.sf.okapi.proto -
-
Uses of PrimitiveValue.ValueTypeCase in net.sf.okapi.proto
Methods in net.sf.okapi.proto that return PrimitiveValue.ValueTypeCase Modifier and Type Method Description static PrimitiveValue.ValueTypeCasePrimitiveValue.ValueTypeCase. forNumber(int value)PrimitiveValue.ValueTypeCasePrimitiveValue.Builder. getValueTypeCase()PrimitiveValue.ValueTypeCasePrimitiveValue. getValueTypeCase()PrimitiveValue.ValueTypeCasePrimitiveValueOrBuilder. getValueTypeCase()static PrimitiveValue.ValueTypeCasePrimitiveValue.ValueTypeCase. valueOf(int value)Deprecated.static PrimitiveValue.ValueTypeCasePrimitiveValue.ValueTypeCase. valueOf(String name)Returns the enum constant of this type with the specified name.static PrimitiveValue.ValueTypeCase[]PrimitiveValue.ValueTypeCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-