public abstract class AdaptationName extends Object
| Modifier and Type | Method and Description | 
|---|---|
static AdaptationName | 
forName(String aName)
Returns an instance of  
AdaptationReference. | 
abstract String | 
getStringName()
Returns the string name. 
 | 
String | 
toString()  | 
public static AdaptationName forName(String aName)
AdaptationReference.
 This method is equivalent to:
 AdaptationReference.forPersistentName(aName);
 public abstract String getStringName()