Class Epsilon<T>

java.lang.Object
io.vertx.up.atom.Epsilon<T>
All Implemented Interfaces:
Serializable

public class Epsilon<T> extends Object implements Serializable
Parameter container to getNull parameters
See Also:
  • Constructor Details

    • Epsilon

      public Epsilon()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getAnnotation

      public Annotation getAnnotation()
    • setAnnotation

      public void setAnnotation(Annotation annotation)
    • getArgType

      public Class<?> getArgType()
    • setArgType

      public void setArgType(Class<?> argType)
    • getValue

      public T getValue()
    • setValue

      public Epsilon<T> setValue(T value)
    • getDefaultValue

      public Object getDefaultValue()
    • setDefaultValue

      public void setDefaultValue(Object defaultValue)
    • getMime

      public io.horizon.eon.em.container.MimeFlow getMime()
    • setMime

      public void setMime(io.horizon.eon.em.container.MimeFlow mime)
    • toString

      public String toString()
      Overrides:
      toString in class Object