Interface OperationName<D extends io.vertigo.datamodel.structure.model.DtObject>
-
- Type Parameters:
D
- the object associated to this operation
- All Superinterfaces:
Serializable
public interface OperationName<D extends io.vertigo.datamodel.structure.model.DtObject> extends Serializable
The name of the security operation.- Author:
- npiedeloup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
name()
-
-
-
Method Detail
-
name
String name()
- Returns:
- the name of the operation (camel case)
-
-