Uses of Class
net.sf.okapi.proto.Property.PropertyType
-
Packages that use Property.PropertyType Package Description net.sf.okapi.proto -
-
Uses of Property.PropertyType in net.sf.okapi.proto
Methods in net.sf.okapi.proto that return Property.PropertyType Modifier and Type Method Description static Property.PropertyTypeProperty.PropertyType. forNumber(int value)Property.PropertyTypeProperty.Builder. getTypes(int index)repeated .Property.PropertyType types = 4;Property.PropertyTypeProperty. getTypes(int index)repeated .Property.PropertyType types = 4;Property.PropertyTypePropertyOrBuilder. getTypes(int index)repeated .Property.PropertyType types = 4;static Property.PropertyTypeProperty.PropertyType. valueOf(int value)Deprecated.static Property.PropertyTypeProperty.PropertyType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Property.PropertyTypeProperty.PropertyType. valueOf(String name)Returns the enum constant of this type with the specified name.static Property.PropertyType[]Property.PropertyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.proto that return types with arguments of type Property.PropertyType Modifier and Type Method Description List<Property.PropertyType>Property.Builder. getTypesList()repeated .Property.PropertyType types = 4;List<Property.PropertyType>Property. getTypesList()repeated .Property.PropertyType types = 4;List<Property.PropertyType>PropertyOrBuilder. getTypesList()repeated .Property.PropertyType types = 4;static com.google.protobuf.Internal.EnumLiteMap<Property.PropertyType>Property.PropertyType. internalGetValueMap()Methods in net.sf.okapi.proto with parameters of type Property.PropertyType Modifier and Type Method Description Property.BuilderProperty.Builder. addTypes(Property.PropertyType value)repeated .Property.PropertyType types = 4;Property.BuilderProperty.Builder. setTypes(int index, Property.PropertyType value)repeated .Property.PropertyType types = 4;Method parameters in net.sf.okapi.proto with type arguments of type Property.PropertyType Modifier and Type Method Description Property.BuilderProperty.Builder. addAllTypes(Iterable<? extends Property.PropertyType> values)repeated .Property.PropertyType types = 4;
-