Class PathSegmentDTO

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.PathSegmentDTO

public final class PathSegmentDTO extends com.google.gwt.core.client.JavaScriptObject
  • Constructor Details

    • PathSegmentDTO

      protected PathSegmentDTO()
  • Method Details

    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • getValues

      public float[] getValues()
    • setValues

      public void setValues(float[] values)
    • create

      public static PathSegmentDTO create(String action, float[] values)