Class EditorPackageIdentifier
- java.lang.Object
-
- org.molgenis.metadata.manager.model.EditorPackageIdentifier
-
public abstract class EditorPackageIdentifier extends Object
-
-
Constructor Summary
Constructors Constructor Description EditorPackageIdentifier()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static EditorPackageIdentifiercreate(String id, String label)abstract StringgetId()abstract StringgetLabel()
-
-
-
Method Detail
-
getId
public abstract String getId()
-
getLabel
@Nullable @CheckForNull public abstract String getLabel()
-
create
public static EditorPackageIdentifier create(String id, @Nullable @CheckForNull String label)
-
-