| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.uml2.common.util.UML2Util.QualifiedTextProvider
public abstract static class UML2Util.QualifiedTextProvider
The abstract parent of classes that can provide a textual representation of objects, classes, and features.
| Constructor Summary | |
|---|---|
UML2Util.QualifiedTextProvider()
 | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getClassText(org.eclipse.emf.ecore.EObject eObject)
Retrieves a textual representation of the specified object's class.  | 
 java.lang.String | 
getFeatureText(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
Retrieves a textual representation of the specified structural feature.  | 
abstract  java.lang.String | 
getSeparator()
Retrieves the string used to separate segments of qualified text.  | 
 java.lang.String | 
getText(org.eclipse.emf.ecore.EObject eObject)
Retrieves a textual representation of the specified object.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public UML2Util.QualifiedTextProvider()
| Method Detail | 
|---|
public java.lang.String getText(org.eclipse.emf.ecore.EObject eObject)
eObject - The object for which to retrieve text.
public abstract java.lang.String getSeparator()
public java.lang.String getFeatureText(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
eStructuralFeature - The feature for which to retrieve text.
public java.lang.String getClassText(org.eclipse.emf.ecore.EObject eObject)
eObject - The object for which to retrieve text.
  | 
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved.  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||