
com.afrigis.services.LibMode Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy