|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.crystaldecisions.sdk.occa.infostore.IInfoObject.LocaleOption
public static final class IInfoObject.LocaleOption
The LocaleOption indicates whether you want default, fallback,
or create if not exist behaviour when you call getFiles
| Field Summary | |
|---|---|
static IInfoObject.LocaleOption |
CREATE_IF_NOT_EXIST
If the locale doesn't exist in SI_FILES, it will create one. |
static IInfoObject.LocaleOption |
DEFAULT
If the locale doesn't exist in SI_FILES, it will always return null |
static IInfoObject.LocaleOption |
FALLBACK
If the locale doesn't exist in SI_FILES, it will try to do locale fallback. |
| Method Summary | |
|---|---|
static IInfoObject.LocaleOption |
valueOf(java.lang.String name)
|
static IInfoObject.LocaleOption[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final IInfoObject.LocaleOption DEFAULT
If the locale doesn't exist in SI_FILES, it will always return null
public static final IInfoObject.LocaleOption FALLBACK
If the locale doesn't exist in SI_FILES, it will try to do locale fallback. If there is no fallback locale, null is returned
public static final IInfoObject.LocaleOption CREATE_IF_NOT_EXIST
If the locale doesn't exist in SI_FILES, it will create one. Fallback is not performed.
| Method Detail |
|---|
public static IInfoObject.LocaleOption[] values()
public static IInfoObject.LocaleOption valueOf(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||