PlasticMetal.JMobileSuitLite.ObjectModel.Members.MemberAccess Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JMobileSuitLite Show documentation
Show all versions of JMobileSuitLite Show documentation
Light weight Mobile Suit for Java. Migrated from .NET Core.
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