Package | Description |
---|---|
org.sistema.cs.doc |
All persistent classes from this package will be removed
(21-apr-2019 Juan Díaz)
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<JCSPercType,java.lang.Integer> |
DocModule.percentageTypes |
Modifier and Type | Method and Description |
---|---|
static JCSPercType |
JCSPercType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JCSPercType[] |
JCSPercType.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.getPercTypeId(JCSPercType t)
Retrieves the identifier of a percentage type.
|
void |
DocModule.setPercTypeId(JCSPercType t,
int id)
Sets the identifier of a given percentage type.
|