public class InfrastructureValueSet extends Object
InfrastructureValueSet belongs to a specific type.| Constructor and Description |
|---|
InfrastructureValueSet(String type,
Set<InfrastructureParameter> infrastructureParameters)
Creates an instance of
InfrastructureValueSet. |
| Modifier and Type | Method and Description |
|---|---|
String |
getType() |
Set<InfrastructureParameter> |
getValues() |
void |
setType(String type) |
void |
setValues(Set<InfrastructureParameter> values) |
String |
toString() |
public InfrastructureValueSet(String type, Set<InfrastructureParameter> infrastructureParameters) throws IncompatibleInfrastructureParameterException
InfrastructureValueSet.type - the infrastructure typeinfrastructureParameters - list of infrastructureParameters of the type.IncompatibleInfrastructureParameterException - if the parameter set contains a param with a different
type.public String getType()
public void setType(String type)
public Set<InfrastructureParameter> getValues()
public void setValues(Set<InfrastructureParameter> values)
Copyright © 2019 WSO2. All rights reserved.