|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dynalivery.saffron.client.LanguageType
This class defines the allowable Saffron language (input) types
| Field Summary | |
static int |
FO
FO input file |
static int |
JASPER
Jasper input file |
static int |
POSTSCRIPT
an Adobe PostScript input file |
static int |
SNOA
a SNOA (serialize neutral object abstraction) input file |
protected static java.lang.String[] |
typeStrings
|
static int |
WORDML
WordML input file |
| Constructor Summary | |
LanguageType()
|
|
| Method Summary | |
static java.lang.String |
getTypeString(int languageType)
Returns a descriptive String for the specified language type |
static void |
validate(int languageType)
Validates the specified language type |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int POSTSCRIPT
public static final int SNOA
public static final int FO
public static final int WORDML
public static final int JASPER
protected static final java.lang.String[] typeStrings
| Constructor Detail |
public LanguageType()
| Method Detail |
public static void validate(int languageType)
throws InvalidParameterException
languageType - the integer language type (e.g. LanguageType.POSTSCRIPT)
InvalidParameterException - thrown if language type is invalid
public static java.lang.String getTypeString(int languageType)
throws InvalidParameterException
languageType - the integer language type (e.g. LanguageType.POSTSCRIPT)
InvalidParameterException - thrown if language type is invalid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||