public class LemmaGender
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
feminine
feminine gender
|
static int |
masculine
masculine gender
|
static int |
neuter
neuter gender
|
Constructor and Description |
---|
LemmaGender() |
Modifier and Type | Method and Description |
---|---|
static int |
fromString(java.lang.String gender)
Get the gender from a string representation
|
static java.lang.String |
toString(int gender)
Get the string representation of a gender
|
public static final int neuter
public static final int masculine
public static final int feminine
public static java.lang.String toString(int gender)
gender
- The genderpublic static int fromString(java.lang.String gender)
gender
- The string representationCopyright © 2013 Dassault Systèmes, All Rights Reserved.