Interface DtFieldName<D extends DtObject>
-
- Type Parameters:
D
- the dtobject associated to this dtField
- All Superinterfaces:
Serializable
public interface DtFieldName<D extends DtObject> extends Serializable
Nom de champs de DT (marqueur).- Author:
- mlaroche
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
name()
-
-
-
Method Detail
-
name
String name()
- Returns:
- nom du champ (const case)
-
-