Interface ActionConfig

All Superinterfaces:
Comparable<ActionConfig>, JSONItem

@Deprecated public interface ActionConfig extends Comparable<ActionConfig>, JSONItem
Deprecated.
since 5.3 use ActionConfig instead
  • Method Details

    • getName

      String getName()
      Deprecated.
    • getParameterName

      String getParameterName()
      Deprecated.
    • getProperties

      Map<String,String> getProperties()
      Deprecated.
    • getProperty

      String getProperty(String propertyName)
      Deprecated.
    • hasProperty

      boolean hasProperty(String propertyName)
      Deprecated.
    • getRank

      int getRank()
      Deprecated.
    • isInherited

      boolean isInherited()
      Deprecated.
      Returns if action is inherited from blueprint
      Returns:
      true if inherited. False otherwise.