- Timestamp:
- 06/06/08 22:49:09 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_BDP/com/scenari/m/bdp/itemcontent/IHResourceDef.java
r10706 r11159 47 47 */ 48 48 public interface IHResourceDef { 49 50 public static final String URIRES_NONE = "."; 49 51 50 52 /** … … 55 57 /** 56 58 * Uri de cette ressource dans l'item. 59 * 60 * @return {@link #URIRES_NONE} if none. 57 61 */ 58 62 public String hGetUriRes() throws Exception;
Note: See TracChangeset
for help on using the changeset viewer.