public class CapabilityListImpl extends AbstractMetadataListImpl implements CapabilityList
Modifier and Type | Field and Description |
---|---|
protected OgcPropertyList<DataComponent> |
capabilityList |
definition
Constructor and Description |
---|
CapabilityListImpl() |
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
copyTo, getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefinition, isSetDefinition, setDefinition
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
protected OgcPropertyList<DataComponent> capabilityList
public OgcPropertyList<DataComponent> getCapabilityList()
getCapabilityList
in interface CapabilityList
public int getNumCapabilitys()
getNumCapabilitys
in interface CapabilityList
public DataComponent getCapability(java.lang.String name)
getCapability
in interface CapabilityList
public void addCapability(java.lang.String name, DataComponent capability)
addCapability
in interface CapabilityList