@StandardClassDescriptor(author="Neo", date="12/10/10", currentRevision=1, reviewers="", lastModified="", lastModifiedBy="") public class RClass extends Object implements com.google.gwt.user.client.rpc.IsSerializable
Defines class name as String value with access methods.
| Constructor and Description |
|---|
RClass() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the fully-qualified name for this class, for example: by.ipps.egr.client.core2.RClass.
|
String |
getSimpleName()
Returns the simple name of the underlying class as given in the source code.
|
void |
setRclassName(String rclassName) |
public String getName()
Equals Class.getName() in Reflection
public String getSimpleName()
Difference from the Class.getSimpleName() is that our bean classes can't be an arrays, then we skip isArray() code section.
public void setRclassName(String rclassName)
rclassName - the rclassName to setCopyright © 2012–2014 RedSoft. All rights reserved.