public class FeatureMetacardType extends MetacardTypeImpl
descriptors, nameDEFAULT_METACARD_TYPE_NAME| Constructor and Description |
|---|
FeatureMetacardType(org.apache.ws.commons.schema.XmlSchema schema,
QName featureType,
List<String> nonQueryableProperties,
String gmlNamespace) |
| Modifier and Type | Method and Description |
|---|---|
QName |
getFeatureType() |
List<String> |
getGmlProperties() |
String |
getName()
Gets the name of this
MetacardType. |
String |
getNamespaceURI() |
String |
getPrefix() |
List<String> |
getProperties() |
List<String> |
getTemporalProperties() |
List<String> |
getTextualProperties() |
equals, getAttributeDescriptor, getAttributeDescriptors, hashCodepublic String getName()
MetacardTypeMetacardType. 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.getName in interface MetacardTypegetName in class MetacardTypeImplMetacardType, default is MetacardType.DEFAULT_METACARD_TYPE_NAME;public String getPrefix()
public String getNamespaceURI()
public QName getFeatureType()
This work is licensed under a Creative Commons Attribution 4.0 International License.