Class PackedParam

java.lang.Object
overit.geocall.model.PackedParam

public class PackedParam extends Object
Class that manages to pack different param from a string
  • Field Details

  • Constructor Details

    • PackedParam

      public PackedParam(String value)
      Constructor for PackedParam
      Parameters:
      value - String containing the different values separated by a comma
  • Method Details

    • get

      public <T> T get(Class<T> c)
      Returns the class of the type of the object requested
      Type Parameters:
      T - The type of the object requested
      Parameters:
      c - The class
      Returns:
      The class