|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecore.util.EcoreUtil.EGenericTypeConverter
public static class EcoreUtil.EGenericTypeConverter
A utility class that traverses a generic type to convert it to a string representation.
Field Summary | |
---|---|
static EcoreUtil.EGenericTypeConverter |
INSTANCE
A default instance of the converter. |
Constructor Summary | |
---|---|
EcoreUtil.EGenericTypeConverter()
|
Method Summary | |
---|---|
void |
convertJavaInstanceTypeName(java.lang.StringBuilder result,
EGenericType eGenericType)
Converts a generic type to its Java representation in the result. |
protected java.lang.String |
getInstanceTypeName(EClassifier eClassifier)
Returns the appropriate fully qualified java instance type name for the given classifier. |
java.lang.String |
toJavaInstanceTypeName(EGenericType eGenericType)
Converts a generic type to its Java representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static EcoreUtil.EGenericTypeConverter INSTANCE
Constructor Detail |
---|
public EcoreUtil.EGenericTypeConverter()
Method Detail |
---|
public java.lang.String toJavaInstanceTypeName(EGenericType eGenericType)
eGenericType
- the generic type to convert.
public void convertJavaInstanceTypeName(java.lang.StringBuilder result, EGenericType eGenericType)
result
- the target in which to accumulate the resulteGenericType
- the generic type to convert.protected java.lang.String getInstanceTypeName(EClassifier eClassifier)
eClassifier
- the classifier in question.
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |