Class Inject

java.lang.Object
com.github.fungal.api.deployment.Inject

public class Inject extends Object
Represents an inject element
  • Constructor Details

    • Inject

      public Inject(String bean)
      Constructor
      Parameters:
      bean - The bean
  • Method Details

    • getValue

      public String getValue()
      Get the value
      Returns:
      The value
    • setValue

      public void setValue(String value)
      Set the value
      Parameters:
      value - The value
    • getBean

      public String getBean()
      Get the bean
      Returns:
      The value
    • getProperty

      public String getProperty()
      Get the property
      Returns:
      The value
    • setProperty

      public void setProperty(String value)
      Set the property
      Parameters:
      value - The value
    • toString

      public String toString()
      String representation
      Overrides:
      toString in class Object
      Returns:
      The string