Interface IResourceConstraint
-
- All Known Implementing Classes:
ResourceConstraint
public interface IResourceConstraint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILicensegetLicense()java.lang.StringgetMaintainer()java.time.LocalDateTimegetRegistered()IResourceDescriptiongetResourceDescription()java.lang.StringgetUsagePolicy()
-
-
-
Method Detail
-
getLicense
ILicense getLicense()
-
getResourceDescription
IResourceDescription getResourceDescription()
-
getRegistered
java.time.LocalDateTime getRegistered()
-
getMaintainer
java.lang.String getMaintainer()
-
getUsagePolicy
java.lang.String getUsagePolicy()
-
-