|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.server.csw.provider.components.SupportedParameter
public class SupportedParameter
Defines a supported parameter and it's possible values.
Constructor Summary | |
---|---|
SupportedParameter()
Default constructor |
|
SupportedParameter(String name,
ISupportedValues supportedValues)
Constructs with a supplied parameter name and a collection of supported values. |
Method Summary | |
---|---|
String |
getName()
Gets the parameter name. |
ISupportedValues |
getSupportedValues()
Gets the supported values. |
void |
setName(String name)
Sets the parameter name. |
void |
setSupportedValues(ISupportedValues supportedValues)
Sets the supported values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SupportedParameter()
public SupportedParameter(String name, ISupportedValues supportedValues)
name
- the parameter namesupportedValues
- the supported valuesMethod Detail |
---|
public String getName()
public void setName(String name)
name
- the parameter namepublic ISupportedValues getSupportedValues()
public void setSupportedValues(ISupportedValues supportedValues)
supportedValues
- the supported values
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |