public interface CapabilityList extends AbstractMetadataList
Modifier and Type | Method and Description |
---|---|
void |
addCapability(java.lang.String name,
DataComponent capability)
Adds a new capability property
|
DataComponent |
getCapability(java.lang.String name)
Gets the capability property with the given name
|
OgcPropertyList<DataComponent> |
getCapabilityList()
Gets the list of capability properties
|
int |
getNumCapabilitys()
Returns number of capability properties
|
getDefinition, isSetDefinition, setDefinition
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
OgcPropertyList<DataComponent> getCapabilityList()
int getNumCapabilitys()
DataComponent getCapability(java.lang.String name)
void addCapability(java.lang.String name, DataComponent capability)