public abstract class AbstractValueDescriptor extends AbstractDescriptor
| Constructor and Description |
|---|
AbstractValueDescriptor(ElementId elementId,
Class<?> javaClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(JavaStream js,
Boolean isRequired)
Append the declaration of this type to a JavaStream.
|
String |
getClassName()
Return the fully qualified Java class name described by this type.
|
Class<?> |
getJavaClass()
Return the basic Java class for this descriptor.
|
Class<?> |
hasJavaClass()
Return the basic Java class for this descriptor.
|
boolean |
isAssignableTo(Class<?> javaClass)
Return true if an instance described by this typeDescriptor may be assigned to a javaClass.
|
String |
toString() |
appendBox, appendCast, appendCastTerm, appendEcore, appendEcoreStatements, appendEcoreValue, appendEqualsValue, appendNotEqualsTerm, appendUnboxStatements, asCollectionDescriptor, getEClassifier, getElementId, getPrimitiveDescriptor, isPrimitiveequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEcoreDescriptor, getUnboxedDescriptor, isAssignableFrompublic void append(JavaStream js, Boolean isRequired)
TypeDescriptorpublic String getClassName()
TypeDescriptorpublic Class<?> getJavaClass()
TypeDescriptorpublic Class<?> hasJavaClass()
TypeDescriptorpublic boolean isAssignableTo(Class<?> javaClass)
TypeDescriptorisAssignableTo in interface TypeDescriptorisAssignableTo in class AbstractDescriptorpublic String toString()
toString in class AbstractDescriptorCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.