public class PartOfSpeech extends Object
| Modifier and Type | Field and Description |
|---|---|
static PartOfSpeech |
I |
| Constructor and Description |
|---|
PartOfSpeech(String pos,
String des) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDes() |
String |
getPos() |
static boolean |
isPos(String pos) |
static void |
main(String[] args) |
void |
setDes(String des) |
void |
setPos(String pos) |
static PartOfSpeech |
valueOf(String pos) |
public static final PartOfSpeech I
Copyright © 2014–2015 APDPlat. All rights reserved.