Class AzActionImpl

    • Constructor Detail

      • AzActionImpl

        public AzActionImpl​(String action)
        Constructor
        Parameters:
        action - The represented action, null or "*" to represent all actions
    • Method Detail

      • getAction

        public String getAction()
        Determines the action represented as a string.
        Specified by:
        getAction in interface AzAction
        Returns:
        The represented action, null represents all actions
        See Also:
        AzAction.getAction()
      • toString

        public String toString()
        Determines the represented action, "*" represents all actions
        Overrides:
        toString in class Object
        Returns:
        The represented action.