net.jangaroo.exml.model.PublicApiMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of exml-compiler Show documentation
Show all versions of exml-compiler Show documentation
parses an EXML and generates an AS config class
package net.jangaroo.exml.model;
/**
* Legal values for EXML attribute publicApi
.
*/
public enum PublicApiMode {
TRUE,
CONFIG,
FALSE
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy