Package gov.nih.mipav.view.dialogs
Interface ActionMetadata
- All Known Implementing Classes:
MipavActionMetadata
public interface ActionMetadata
-
Method Details
-
getName
String getName() -
getLabel
String getLabel() -
getShortLabel
String getShortLabel() -
getDescription
String getDescription() -
getDescriptionLong
String getDescriptionLong() -
getCategory
String getCategory() -
getWebsite
String getWebsite() -
getVersion
String getVersion() -
getAuthors
String[] getAuthors() -
getAffiliation
String[] getAffiliation() -
getCitations
String[] getCitations() -
toString
String toString() -
getInputImageRequirements
Set<ActionMetadata.ImageRequirements> getInputImageRequirements()
-