public class QualifiedMetacardTypeImpl extends MetacardTypeImpl implements QualifiedMetacardType
This code is experimental. While this class is functional and tested, it may change or be removed in a future version of the library.
descriptors, nameDEFAULT_METACARD_TYPE_NAMESPACEDEFAULT_METACARD_TYPE_NAME| Constructor and Description |
|---|
QualifiedMetacardTypeImpl(MetacardType mt) |
QualifiedMetacardTypeImpl(String namespace,
MetacardType mt) |
QualifiedMetacardTypeImpl(String namespace,
String name,
Set<AttributeDescriptor> descriptors) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNamespace() |
int |
hashCode() |
getAttributeDescriptor, getAttributeDescriptors, getNameclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAttributeDescriptor, getAttributeDescriptors, getNamepublic QualifiedMetacardTypeImpl(String namespace, String name, Set<AttributeDescriptor> descriptors)
public QualifiedMetacardTypeImpl(MetacardType mt)
public QualifiedMetacardTypeImpl(String namespace, MetacardType mt)
public String getNamespace()
getNamespace in interface QualifiedMetacardTypeMetacardType name. If no namespace was specified
on construction, then the default namespace must be returned.public int hashCode()
hashCode in class MetacardTypeImplpublic boolean equals(Object obj)
equals in class MetacardTypeImplThis work is licensed under a Creative Commons Attribution 4.0 International License.