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

net.jangaroo.exml.model.PublicApiMode Maven / Gradle / Ivy

There is a newer version: 4.1.0-alpha-8
Show newest version
package net.jangaroo.exml.model;

/**
 * Legal values for EXML attribute publicApi.
 */
public enum PublicApiMode {
  TRUE,
  CONFIG,
  FALSE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy