public class OperationsMetadata extends Object
Constructor and Description |
---|
OperationsMetadata(Operation[] operations) |
OperationsMetadata(Operation[] operations,
Parameter[] parameters,
String[] constraints) |
Modifier and Type | Method and Description |
---|---|
String[] |
getConstraints()
Representation of possible Constraints.
|
Operation |
getOperationByName(String operationName) |
Operation[] |
getOperations() |
Parameter[] |
getParameters()
This parameters are inherited by ALL operations.
|
protected void |
setConstraints(String[] constraints)
Representation of possible Constraints.
|
protected void |
setOperations(Operation[] operations) |
protected void |
setParameters(Parameter[] parameters)
This parameters are inherited by ALL operations
|
String |
toXML() |
public OperationsMetadata(Operation[] operations)
public String toXML()
public String[] getConstraints()
protected void setConstraints(String[] constraints)
constraints
- The constraints to set.public Operation getOperationByName(String operationName)
operationName
- a name of an operationnull
if there isn't such an Operation.public Operation[] getOperations()
protected void setOperations(Operation[] operations)
public Parameter[] getParameters()
protected void setParameters(Parameter[] parameters)
parameters
- The parameters to set.Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.