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

Quick Search    Search Deep

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


public interface BucketConstantsI

This is the client read object for a IBucketConstants. This will contain state information.

Since:
FlexDB 3.0
Version:
1.0

Field Summary
static int ASSET_BUCKET
          Asset Bucket
static int ASSET_ROLE_BUCKET
          Asset Bucket
static int ELEMENT_BUCKET
          Element Bucket
static java.lang.String IDENTIFIER
           
static int NORMAL_BUCKET
          Normal Bucket
 

Field Detail

IDENTIFIER

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

NORMAL_BUCKET

public static final int NORMAL_BUCKET
Normal Bucket

See Also:
Constant Field Values

ELEMENT_BUCKET

public static final int ELEMENT_BUCKET
Element Bucket

See Also:
Constant Field Values

ASSET_BUCKET

public static final int ASSET_BUCKET
Asset Bucket

See Also:
Constant Field Values

ASSET_ROLE_BUCKET

public static final int ASSET_ROLE_BUCKET
Asset Bucket

See Also:
Constant Field Values