All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.afrigis.services.LibMode Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
package com.afrigis.services;

/**
 * 

* Small enum to encode the possible values for the libmode meta * info we have to add. *

* * @author hendrikc * */ public enum LibMode { /** *

* Indicates the library calls are being used in synchronous mode. *

*/ sync, /** *

* Indicates the library calls are being used in asynchronous mode. *

*/ async, /** *

* Indicates that the library was just used to generate a URL. An external code base executed the URL. *

*/ url; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy