public abstract class JElement extends Object
| Constructor and Description |
|---|
JElement(net.sf.mmm.util.reflect.api.GenericType<?> byteType,
com.thoughtworks.qdox.model.JavaClass sourceType,
String comment)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.mmm.util.reflect.api.GenericType<?> |
getByteType() |
String |
getByteTypeString() |
String |
getComment() |
com.thoughtworks.qdox.model.JavaClass |
getSourceType() |
public JElement(net.sf.mmm.util.reflect.api.GenericType<?> byteType,
com.thoughtworks.qdox.model.JavaClass sourceType,
String comment)
byteType - - see getByteType().sourceType - - see getSourceType().comment - - see getComment().public net.sf.mmm.util.reflect.api.GenericType<?> getByteType()
public String getByteTypeString()
getByteType().public com.thoughtworks.qdox.model.JavaClass getSourceType()
null.public String getComment()
Copyright © 2015–2021 MojoHaus. All rights reserved.