|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.erights.e.elib.base.ParamDesc
Safe: Documents the name and type of a parameter
Field Summary | |
private String |
myName
|
private Object |
myType
|
private static StaticMaker |
OptParamDescMaker
|
(package private) static long |
serialVersionUID
|
Fields inherited from interface org.erights.e.elib.serial.Persistent |
HONORARY, HONORED_NAMES |
Constructor Summary | |
ParamDesc(String optName,
Object type)
Enabled: @param type In order to avoid a circular dependency, this variable can hold a Class instead of a SlotGuard, in which case it will be converted to a SlotGuard as needed. |
Method Summary | |
void |
__printOn(TextWriter out)
Enabled: Prints 'name :type' |
String |
getName()
Enabled: |
static StaticMaker |
GetParamDescMaker()
Enabled: |
SlotGuard |
getType()
Enabled: |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final long serialVersionUID
private static StaticMaker OptParamDescMaker
private final String myName
private Object myType
Constructor Detail |
public ParamDesc(String optName, Object type)
Method Detail |
public static StaticMaker GetParamDescMaker()
public String getName()
public SlotGuard getType()
public void __printOn(TextWriter out) throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |