|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TargetEnum | |
---|---|
fr.paris.lutece.plugins.crm.business.demand | |
fr.paris.lutece.plugins.crm.util |
Uses of TargetEnum in fr.paris.lutece.plugins.crm.business.demand |
---|
Methods in fr.paris.lutece.plugins.crm.business.demand that return TargetEnum | |
---|---|
TargetEnum |
DemandType.getTarget()
Get target |
Methods in fr.paris.lutece.plugins.crm.business.demand with parameters of type TargetEnum | |
---|---|
void |
DemandType.setTarget(TargetEnum target)
Set target |
Uses of TargetEnum in fr.paris.lutece.plugins.crm.util |
---|
Methods in fr.paris.lutece.plugins.crm.util that return TargetEnum | |
---|---|
static TargetEnum |
TargetEnum.getTarget(int nId)
Get the target given an id |
static TargetEnum |
TargetEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TargetEnum[] |
TargetEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |