|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.combex.e.edoc.EParameter
Untamed:
Field Summary | |
private String |
myName
paramter local name. |
private EType |
myType
parameter type information. |
Fields inherited from interface org.erights.e.elib.serial.PassByConstruction |
HONORARY, HONORED_NAMES, serialVersionUID |
Constructor Summary | |
EParameter(EDocBuilder builder,
com.sun.javadoc.Parameter parameter)
Enabled: |
|
EParameter(EType type,
String name)
Enabled: |
Method Summary | |
String |
name()
Enabled: Get local name of this parameter. |
String |
toString()
Suppressed: Returns a string representation of the class. |
com.sun.javadoc.Type |
type()
Enabled: Get the type of this parameter. |
String |
typeName()
Enabled: Get type name of this parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private final EType myType
private final String myName
Constructor Detail |
public EParameter(EDocBuilder builder, com.sun.javadoc.Parameter parameter)
public EParameter(EType type, String name)
Method Detail |
public com.sun.javadoc.Type type()
public String name()
public String typeName()
public String toString()
For example if parameter is the short 'index', returns "short index".
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |