|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.server.assertion.components.AsnSupportedValues
public class AsnSupportedValues
Holds a domain values supported by an assertion operation.
| Constructor Summary | |
|---|---|
AsnSupportedValues()
Default constructor |
|
AsnSupportedValues(AsnSupportedValues objectToDuplicate)
Construct by duplicating an existing object. |
|
AsnSupportedValues(String tokens,
String delimiter)
Constructs the set of supported values from a delimited string. |
|
| Method Summary | |
|---|---|
void |
add(String value)
Adds a supported value to the domain. |
AsnSupportedValues |
duplicate()
Produces a deep clone of the object. |
String |
getSupportedValue(String requestedValue)
Gets the supported value associated with a requested value. |
boolean |
isValueSupported(String requestedValue)
Determines if a requested value is supported. |
Collection<String> |
values()
Returns the collection of values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsnSupportedValues()
public AsnSupportedValues(String tokens,
String delimiter)
tokens - the delimited string to tokenizedelimiter - the delimiterpublic AsnSupportedValues(AsnSupportedValues objectToDuplicate)
objectToDuplicate - the object to duplicate| Method Detail |
|---|
public void add(String value)
value - the value to addpublic AsnSupportedValues duplicate()
public String getSupportedValue(String requestedValue)
requestedValue - the requested value
public boolean isValueSupported(String requestedValue)
requestedValue - the requested value
true if the value is supportedpublic Collection<String> values()
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||