org.objectweb.fractal.gui
Interface UserData.FProject
- Enclosing interface:
- UserData
- public static interface UserData.FProject
setStringData
public void setStringData(int typ,
String s)
throws Exception
- set the value for a given type. The type must belong to the LAST_ family
type.
- Parameters:
typ
- is the Data type.
- Throws:
Exception
getStringData
public String getStringData(int typ)
throws Exception
- get the int value for a given type. The type must belong to the LAST_
family type or else an Exception is thrown.
- Parameters:
typ
- is the Data type.
- Throws:
Exception