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

PlasticMetal.JMobileSuitLite.ObjectModel.Members.MemberAccess Maven / Gradle / Ivy

There is a newer version: 1.1.0-alpha1
Show newest version
package PlasticMetal.JMobileSuitLite.ObjectModel.Members;

/**
 * Whether a member is SuitIgnore or not.
 */
public enum MemberAccess
{
    /**
     * With SuitIgnore Attribute
     */
    Hidden,
    /**
     * Without SuitIgnore Attribute
     */
    VisibleToUser
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy