Uses of Enum Class
mmud.rest.webentities.admin.AdminMudType
Packages that use AdminMudType
-
Uses of AdminMudType in mmud.rest.webentities.admin
Subclasses with type arguments of type AdminMudType in mmud.rest.webentities.adminModifier and TypeClassDescriptionenumEverything except world attributes, as that has a separate page.Fields in mmud.rest.webentities.admin declared as AdminMudTypeMethods in mmud.rest.webentities.admin that return AdminMudTypeModifier and TypeMethodDescriptionstatic AdminMudTypeReturns the enum constant of this class with the specified name.static AdminMudType[]AdminMudType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in mmud.rest.webentities.admin with parameters of type AdminMudTypeModifierConstructorDescriptionAdminAttribute(Attribute attribute, AdminMudType objecttype) AdminAttribute(Attribute attribute, AdminMudType objecttype, String objectid)