public interface DynClassName
DynClass
with its namespace and its name.Modifier and Type | Method and Description |
---|---|
String |
getFullName()
Returns the full name (namespace and name) of the
DynClass . |
String |
getName()
Returns the name of the
DynClass . |
String |
getNamespace()
Returns the name space of the
DynClass . |
void |
setNamespace(String namespace)
Sets the namespace of the
DynClass . |