Language
The Free and Open Productivity Suite
Constants |
NOT_DEFINED |
There is no property type defined or available
|
OTHER |
Any word that does not fit into any of the other properties
|
FOREIGN |
A word or term that is transliterated or used from a non-Chinese language
|
FIRST_NAME |
The first name (given name) of a person
|
LAST_NAME |
The last name (family name) of a person
|
TITLE |
The academic or social title of a person
|
STATUS |
The status of a situation
|
PLACE_NAME |
The name of a location or place
|
BUSINESS |
The description of a business
|
ADJECTIVE |
An adjective
|
IDIOM |
A term that is used to literally describe a circumstance
|
ABBREVIATION |
An abbreviation
|
NUMERICAL |
A numeric word
|
NOUN |
A noun
|
VERB |
A verb
|
BRAND_NAME |
The name of a product or a company
|
Constants' Details |
NOT_DEFINED
const short NOT_DEFINED = 0;
- Description
- There is no property type defined or available
|
|
OTHER
const short OTHER = 1;
- Description
- Any word that does not fit into any of the other properties
|
|
FOREIGN
const short FOREIGN = 2;
- Description
- A word or term that is transliterated or used from a non-Chinese language
|
|
FIRST_NAME
const short FIRST_NAME = 3;
- Description
- The first name (given name) of a person
|
|
LAST_NAME
const short LAST_NAME = 4;
- Description
- The last name (family name) of a person
|
|
TITLE
const short TITLE = 5;
- Description
- The academic or social title of a person
|
|
STATUS
const short STATUS = 6;
- Description
- The status of a situation
|
|
PLACE_NAME
const short PLACE_NAME = 7;
- Description
- The name of a location or place
|
|
BUSINESS
const short BUSINESS = 8;
- Description
- The description of a business
|
|
ADJECTIVE
const short ADJECTIVE = 9;
- Description
- An adjective
|
|
IDIOM
const short IDIOM = 10;
- Description
- A term that is used to literally describe a circumstance
|
|
ABBREVIATION
const short ABBREVIATION = 11;
- Description
- An abbreviation
|
|
NUMERICAL
const short NUMERICAL = 12;
- Description
- A numeric word
|
|
NOUN
const short NOUN = 13;
- Description
- A noun
|
|
VERB
const short VERB = 14;
- Description
- A verb
|
|
BRAND_NAME
const short BRAND_NAME = 15;
- Description
- The name of a product or a company
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.