public enum AppModelArchiveFileName extends Enum<AppModelArchiveFileName>
Enumeration of the different files stored in an app model archive.
The modelerMetadata.xml file was used in older archives to store the information from the edoras vis database tables needed to manage model revisions. This information is no longer needed and so the support for this file was removed for App version 1.2.
Enum Constant and Description |
---|
APP_MODEL_METADATA |
CONTENT_DATA |
MODEL_JSON |
MODEL_SVG |
MODEL_XML |
RUNTIME_JSON |
SKELETON_DATA |
SKELETON_METADATA |
WORK_OBJECT |
Modifier and Type | Method and Description |
---|---|
String |
getFileName() |
static AppModelArchiveFileName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppModelArchiveFileName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppModelArchiveFileName APP_MODEL_METADATA
public static final AppModelArchiveFileName WORK_OBJECT
public static final AppModelArchiveFileName CONTENT_DATA
public static final AppModelArchiveFileName SKELETON_DATA
public static final AppModelArchiveFileName SKELETON_METADATA
public static final AppModelArchiveFileName MODEL_JSON
public static final AppModelArchiveFileName MODEL_SVG
public static final AppModelArchiveFileName MODEL_XML
public static final AppModelArchiveFileName RUNTIME_JSON
public static AppModelArchiveFileName[] values()
for (AppModelArchiveFileName c : AppModelArchiveFileName.values()) System.out.println(c);
public static AppModelArchiveFileName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getFileName()
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.