Class PropertyDescriptor

java.lang.Object
com.pervasive.datarush.script.PropertyDescriptor

public class PropertyDescriptor extends Object
  • Constructor Details

    • PropertyDescriptor

      public PropertyDescriptor(String name, String type, String description)
  • Method Details

    • getName

      public String getName()
    • getType

      public String getType()
    • getDescription

      public String getDescription()