Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.constants
Interface AssetRolesI  view AssetRolesI download AssetRolesI.java


public interface AssetRolesI

These are the Asset Role Type's for FlexStore. It must be NOTED that the constant identifiers must match those provided in the asset_role_list table for FlexStore!

Since:
FlexDB 3.0
Version:
1.0

Field Summary
static int AUDIO
          Audio
static int HIGHRES
          HighRes
static java.lang.String IDENTIFIER
           
static int LARGEST_ASSET_ROLE
           
static int LAYOUT
          Layout
static int LOWRES
          LowRes
static java.lang.String[] roles
           
static int THUMBNAIL
          Thumbnail
static int VIDEO
          Video
 

Field Detail

IDENTIFIER

public static final java.lang.String IDENTIFIER
See Also:
Constant Field Values

HIGHRES

public static final int HIGHRES
HighRes

See Also:
Constant Field Values

LOWRES

public static final int LOWRES
LowRes

See Also:
Constant Field Values

THUMBNAIL

public static final int THUMBNAIL
Thumbnail

See Also:
Constant Field Values

LAYOUT

public static final int LAYOUT
Layout

See Also:
Constant Field Values

AUDIO

public static final int AUDIO
Audio

See Also:
Constant Field Values

VIDEO

public static final int VIDEO
Video

See Also:
Constant Field Values

roles

public static final java.lang.String[] roles

LARGEST_ASSET_ROLE

public static final int LARGEST_ASSET_ROLE
See Also:
Constant Field Values