Package org.codice.ddf.admin.core.api
Interface Metatype
- All Known Subinterfaces:
Service
Top level object that represents a metatype
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
-
Nested Class Summary
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault List<MetatypeAttribute> default StringgetId()default StringgetName()default voidsetAttributeDefinitions(List<MetatypeAttribute> attributeDefinitions) default voiddefault voidMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
ID
- See Also:
-
NAME
- See Also:
-
ATTRIBUTE_DEFINITIONS
- See Also:
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getAttributeDefinitions
-
setAttributeDefinitions
-