Uses of Class
com.jalios.jcms.publiclink.PublicLinkAppHandler.Status
-
Packages that use PublicLinkAppHandler.Status Package Description com.jalios.jcms.publiclink -
-
Uses of PublicLinkAppHandler.Status in com.jalios.jcms.publiclink
Methods in com.jalios.jcms.publiclink that return PublicLinkAppHandler.Status Modifier and Type Method Description static PublicLinkAppHandler.Status
PublicLinkAppHandler.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PublicLinkAppHandler.Status[]
PublicLinkAppHandler.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-