Class PropertyDescriptor

java.lang.Object
org.labkey.remoteapi.ResponseObject
org.labkey.remoteapi.domain.PropertyDescriptor

public class PropertyDescriptor extends ResponseObject
  • Constructor Details

    • PropertyDescriptor

      public PropertyDescriptor()
    • PropertyDescriptor

      public PropertyDescriptor(String name, String rangeURI)
    • PropertyDescriptor

      public PropertyDescriptor(String name, String label, String rangeURI)
    • PropertyDescriptor

      public PropertyDescriptor(org.json.JSONObject json)
  • Method Details