Package | Description |
---|---|
org.sistema.cs.doc |
All persistent classes from this package will be removed
(21-apr-2019 Juan Díaz)
|
Modifier and Type | Method and Description |
---|---|
static JCSDocStatusFlag |
JCSDocStatusFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JCSDocStatusFlag[] |
JCSDocStatusFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
DocModule.getDocStatusFlag(JCSDocStatusFlag f)
Retrieves the bit configured to represent a given flag.
|
void |
DocModule.setDocStatusFlag(JCSDocStatusFlag f,
int bit)
Sets the bit defined to represent a given flag.
|