|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ constants overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.constants
Interface AssetFlagI

- public interface AssetFlagI
These are the Asset Flags for FlexStore
- Since:
- FlexDB 3.0
| Field Summary | |
static int |
ALL
Do all |
static int |
CHILDREN
Do children |
static java.lang.String[] |
flags
|
static java.lang.String |
IDENTIFIER
|
static int |
PARENT
Do only the parent |
static int |
TEMP
Do temps |
| Field Detail |
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
PARENT
public static final int PARENT
- Do only the parent
- See Also:
- Constant Field Values
TEMP
public static final int TEMP
- Do temps
- See Also:
- Constant Field Values
ALL
public static final int ALL
- Do all
- See Also:
- Constant Field Values
CHILDREN
public static final int CHILDREN
- Do children
- See Also:
- Constant Field Values
flags
public static final java.lang.String[] flags
|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ constants overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC