Uses of Class
eu.clarin.sru.client.fcs.ClarinFCSEndpointDescription.DataView.DeliveryPolicy
-
Packages that use ClarinFCSEndpointDescription.DataView.DeliveryPolicy Package Description eu.clarin.sru.client.fcs -
-
Uses of ClarinFCSEndpointDescription.DataView.DeliveryPolicy in eu.clarin.sru.client.fcs
Methods in eu.clarin.sru.client.fcs that return ClarinFCSEndpointDescription.DataView.DeliveryPolicy Modifier and Type Method Description ClarinFCSEndpointDescription.DataView.DeliveryPolicy
ClarinFCSEndpointDescription.DataView. getDeliveryPolicy()
Get the delivery policy for this data view.static ClarinFCSEndpointDescription.DataView.DeliveryPolicy
ClarinFCSEndpointDescription.DataView.DeliveryPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClarinFCSEndpointDescription.DataView.DeliveryPolicy[]
ClarinFCSEndpointDescription.DataView.DeliveryPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-