Package com.luciad.opensearch.model
Enum Class TLcdOpenSearchDescription.SyndicationRight
java.lang.Object
java.lang.Enum<TLcdOpenSearchDescription.SyndicationRight>
com.luciad.opensearch.model.TLcdOpenSearchDescription.SyndicationRight
- All Implemented Interfaces:
Serializable
,Comparable<TLcdOpenSearchDescription.SyndicationRight>
,Constable
- Enclosing class:
TLcdOpenSearchDescription
public static enum TLcdOpenSearchDescription.SyndicationRight
extends Enum<TLcdOpenSearchDescription.SyndicationRight>
- Since:
- 2017.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
-
Enum Constant Details
-
OPEN
The search client may request search results. The search client may display the search results to end users. The search client may send the search results to other search clients. -
LIMITED
The search client may request search results. The search client may display the search results to end users. The search client may not send the search results to other search clients. -
PRIVATE
The search client may request search results. The search client may not display the search results to end users. The search client may not send the search results to other search clients. -
CLOSED
The search client may not request search results.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
value
-
toString
- Overrides:
toString
in classEnum<TLcdOpenSearchDescription.SyndicationRight>
-
fromValue
-
toValue
-