public class ModelValues extends Object
Provides value constants related to working with models / apps.
| Modifier and Type | Field and Description | 
|---|---|
static StringValue<String> | 
APP_MODEL_CURRENT_VERSION_ID
The current version ID 
 | 
static TimestampValue<Instant> | 
APP_MODEL_CURRENT_VERSION_TIMESTAMP
The current version timestamp. 
 | 
static BooleanValue<Boolean> | 
APP_MODEL_MODIFIED
Indicates if the App has been modified. 
 | 
static StringValue<String> | 
APP_MODEL_REVISION_HISTORY
The App revision history. 
 | 
static StringValue<String> | 
PRIMARY_LANGUAGE
The App primary language. 
 | 
static ValueAccessor<Set<String>> | 
SECONDARY_LANGUAGES
The App secondary languages. 
 | 
| Constructor and Description | 
|---|
ModelValues()  | 
public static final StringValue<String> APP_MODEL_CURRENT_VERSION_ID
The current version ID
public static final TimestampValue<Instant> APP_MODEL_CURRENT_VERSION_TIMESTAMP
The current version timestamp.
public static final StringValue<String> APP_MODEL_REVISION_HISTORY
The App revision history.
public static final BooleanValue<Boolean> APP_MODEL_MODIFIED
Indicates if the App has been modified.
public static final StringValue<String> PRIMARY_LANGUAGE
The App primary language.
public static final ValueAccessor<Set<String>> SECONDARY_LANGUAGES
The App secondary languages.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.