edu.mayo.informatics.lexgrid.convert.formats
Class Option
java.lang.Object
edu.mayo.informatics.lexgrid.convert.formats.Option
public class Option
- extends java.lang.Object
Define all options that can be used by various conversions.
- Version:
- subversion $Revision: 9250 $ checked in on $Date: 2008-07-23
21:56:18 +0000 (Wed, 23 Jul 2008) $
- Author:
- Dan Armbrust, Thomas Johnson, Jesse Erdmann
Constructor Summary |
Option(int type,
java.lang.Object optionValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DELIMITER
public static final int DELIMITER
- See Also:
- Constant Field Values
FORCE_FORMAT_B
public static final int FORCE_FORMAT_B
- See Also:
- Constant Field Values
ENFORCE_INTEGRITY
public static final int ENFORCE_INTEGRITY
- See Also:
- Constant Field Values
FAIL_ON_ERROR
public static final int FAIL_ON_ERROR
- See Also:
- Constant Field Values
DO_WITH_EMF
public static final int DO_WITH_EMF
- See Also:
- Constant Field Values
LDAP_PAGE_SIZE
public static final int LDAP_PAGE_SIZE
- See Also:
- Constant Field Values
SQL_FETCH_SIZE
public static final int SQL_FETCH_SIZE
- See Also:
- Constant Field Values
HOSTED_BY
public static final int HOSTED_BY
- See Also:
- Constant Field Values
CONTACT_INFO
public static final int CONTACT_INFO
- See Also:
- Constant Field Values
PUBLIC_USERNAME
public static final int PUBLIC_USERNAME
- See Also:
- Constant Field Values
PUBLIC_PASSWORD
public static final int PUBLIC_PASSWORD
- See Also:
- Constant Field Values
BUILD_DB_METAPHONE
public static final int BUILD_DB_METAPHONE
- See Also:
- Constant Field Values
USE_COMPOUND_FMT
public static final int USE_COMPOUND_FMT
- See Also:
- Constant Field Values
SKIP_NON_LEXGRID_FILES
public static final int SKIP_NON_LEXGRID_FILES
- See Also:
- Constant Field Values
OVERWRITE
public static final int OVERWRITE
- See Also:
- Constant Field Values
BUILD_STEM
public static final int BUILD_STEM
- See Also:
- Constant Field Values
MRHIER_OPT
public static final int MRHIER_OPT
- See Also:
- Constant Field Values
ROOT_RECALC
public static final int ROOT_RECALC
- See Also:
- Constant Field Values
MEMORY_SAFE
public static final int MEMORY_SAFE
- See Also:
- Constant Field Values
Option
public Option(int type,
java.lang.Object optionValue)
getNameForType
public static java.lang.String getNameForType(int type)
getDescriptionForType
public static java.lang.String getDescriptionForType(int type)
getOptionName
public java.lang.String getOptionName()
getOptionDescription
public java.lang.String getOptionDescription()
getOptionValue
public java.lang.Object getOptionValue()
setOptionValue
public void setOptionValue(java.lang.Object value)