Uses of Class
net.sf.okapi.proto.textunitflat.TextFragment.TagType
-
Packages that use TextFragment.TagType Package Description net.sf.okapi.proto.textunitflat -
-
Uses of TextFragment.TagType in net.sf.okapi.proto.textunitflat
Methods in net.sf.okapi.proto.textunitflat that return TextFragment.TagType Modifier and Type Method Description static TextFragment.TagTypeTextFragment.TagType. forNumber(int value)TextFragment.TagTypeCode.Builder. getTagType().TextFragment.TagType tagType = 1;TextFragment.TagTypeCode. getTagType().TextFragment.TagType tagType = 1;TextFragment.TagTypeCodeOrBuilder. getTagType().TextFragment.TagType tagType = 1;static TextFragment.TagTypeTextFragment.TagType. valueOf(int value)Deprecated.static TextFragment.TagTypeTextFragment.TagType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static TextFragment.TagTypeTextFragment.TagType. valueOf(String name)Returns the enum constant of this type with the specified name.static TextFragment.TagType[]TextFragment.TagType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.proto.textunitflat that return types with arguments of type TextFragment.TagType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TextFragment.TagType>TextFragment.TagType. internalGetValueMap()Methods in net.sf.okapi.proto.textunitflat with parameters of type TextFragment.TagType Modifier and Type Method Description Code.BuilderCode.Builder. setTagType(TextFragment.TagType value).TextFragment.TagType tagType = 1;
-