public interface FormattingHelper
| Modifier and Type | Method and Description |
|---|---|
String |
formatClass(Object object)
Return the Java class name of object.
|
String |
formatEClassName(EObject eObject)
Return the Ecore class name of object.
|
String |
formatName(Object object)
Return the name of object.
|
String |
formatPath(List<String> pathName)
Return a hierarchical path name.
|
String |
formatPath(List<String> pathName,
String name)
Return a hierarchically named name.
|
String |
formatQualifiedName(Object object)
Return the qualified name of an object.
|
String |
formatString(String string)
Return the string.
|
String |
formatType(Object type)
Return the type of object.
|
String formatClass(Object object)
object - to be formattedString formatEClassName(EObject eObject)
eObject - to be formattedString formatName(Object object)
object - to be formattedString formatQualifiedName(Object object)
object - to be formattedString formatPath(List<String> pathName)
pathName - to be formattedString formatPath(List<String> pathName, String name)
pathName - to be formattedname - to be suffixedString formatString(String string)
string - to be formattedCopyright © 2015 Open eHealth Foundation. All rights reserved.