Package io.anyline.plugin.result
Class TextValues
-
- All Implemented Interfaces:
public class TextValues
Describes the text values of an ID field
-
-
Constructor Summary
Constructors Constructor Description TextValues()
-
Method Summary
Modifier and Type Method Description Latin
getLatin()
The text parameters void
setLatin(Latin latin)
The text parameters Cyrillic
getCyrillic()
The text parameters void
setCyrillic(Cyrillic cyrillic)
The text parameters Arabic
getArabic()
The text parameters void
setArabic(Arabic arabic)
The text parameters String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getCyrillic
Cyrillic getCyrillic()
The text parameters
-
setCyrillic
void setCyrillic(Cyrillic cyrillic)
The text parameters
-
hashCode
int hashCode()
-
-
-
-