Uses of Class
it.sistematica.isharedoc.pknet.support.PkNetConstants.Action

Packages that use PkNetConstants.Action
it.sistematica.isharedoc.pknet.support   
 

Uses of PkNetConstants.Action in it.sistematica.isharedoc.pknet.support
 

Methods in it.sistematica.isharedoc.pknet.support that return PkNetConstants.Action
static PkNetConstants.Action PkNetConstants.Action.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PkNetConstants.Action[] PkNetConstants.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in it.sistematica.isharedoc.pknet.support with parameters of type PkNetConstants.Action
PkNetAppletResponse(java.lang.String returnURL, PkNetConstants.Action action)