public interface MetacardType extends Serializable
Metacard can contain.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_METACARD_TYPE_NAME
Default name of the default
MetacardType |
| Modifier and Type | Method and Description |
|---|---|
AttributeDescriptor |
getAttributeDescriptor(String attributeName)
Get the
AttributeDescriptor for a particular Attribute name. |
Set<AttributeDescriptor> |
getAttributeDescriptors()
|
String |
getName()
Gets the name of this
MetacardType. |
static final String DEFAULT_METACARD_TYPE_NAME
MetacardTypeString getName()
MetacardType. A MetacardType name must be unique. Two separate
MetacardType objects that do not have the same set of AttributeDescriptors should not have the
same name.MetacardType, default is DEFAULT_METACARD_TYPE_NAME;Set<AttributeDescriptor> getAttributeDescriptors()
Collections.unmodifiableSet(Set)AttributeDescriptor getAttributeDescriptor(String attributeName)
AttributeDescriptor for a particular Attribute name.attributeName - AttributeDescriptor, null if not found.This work is licensed under a Creative Commons Attribution 4.0 International License.