Package ddf.catalog.data
Interface RequiredAttributes
public interface RequiredAttributes
List of required attributes for a metacard type.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the metacard type for these required attributes.Returns this set of required attributes.
-
Method Details
-
getRequiredAttributes
Returns this set of required attributes. -
getMetacardType
String getMetacardType()Returns the metacard type for these required attributes.
-