Package com.onwbp.adaptation
Class AdaptationName
- java.lang.Object
-
- com.onwbp.adaptation.AdaptationName
-
- Direct Known Subclasses:
AdaptationReference
public abstract class AdaptationName extends Object
Uniquely identifies a dataset or a record in a given dataspace or snapshot.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static AdaptationName
forName(String aName)
Returns an instance ofAdaptationReference
.abstract String
getStringName()
Returns the string name.String
toString()
-
-
-
Method Detail
-
forName
public static AdaptationName forName(String aName)
Returns an instance ofAdaptationReference
.This method is equivalent to:
AdaptationReference.forPersistentName(aName);
-
getStringName
public abstract String getStringName()
Returns the string name.
-
-