Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.tivoli.oslc.JSONProperty

  • Packages that use JSONProperty 
    Package Description
    com.ibm.tivoli.oslc  
    • Uses of JSONProperty in com.ibm.tivoli.oslc

      Methods in com.ibm.tivoli.oslc that return JSONProperty 
      Modifier and Type Method and Description
      JSONProperty JSONProperty.addAdditionalProperty(java.lang.String key, java.lang.Object value) 
      JSONProperty JSONProperty.propName(java.lang.String propName) 
      JSONProperty JSONProperty.setCardinality(java.lang.String cardinality) 
      JSONProperty JSONProperty.setDefValue(java.lang.Object defValue) 
      JSONProperty JSONProperty.setDescription(java.lang.String description) 
      JSONProperty JSONProperty.setESigEnabled(boolean esigEnabled) 
      JSONProperty JSONProperty.setHasList(boolean hasList) 
      JSONProperty JSONProperty.setItem(JSONSchema item) 
      JSONProperty JSONProperty.setMaximum(java.lang.Double maximum) 
      JSONProperty JSONProperty.setMaxItems(java.lang.Integer maxItems) 
      JSONProperty JSONProperty.setMaxLength(java.lang.Integer maxLength) 
      JSONProperty JSONProperty.setMinimum(java.lang.Double minimum) 
      JSONProperty JSONProperty.setMinItems(java.lang.Integer minItems) 
      JSONProperty JSONProperty.setObjectName(java.lang.String objectName) 
      JSONProperty JSONProperty.setOneOf(com.ibm.json.java.JSONArray oneOf) 
      JSONProperty JSONProperty.setOneOf(java.lang.String one) 
      JSONProperty JSONProperty.setPattern(java.util.regex.Pattern patt) 
      JSONProperty JSONProperty.setPersistent(java.lang.Boolean persistent) 
      JSONProperty JSONProperty.setPropName(JSONProperty prop, java.lang.String propName) 
      JSONProperty JSONProperty.setPropName(java.lang.String propName) 
      JSONProperty JSONProperty.setRelation(java.lang.String relation) 
      JSONProperty JSONProperty.setRemarks(java.lang.String remarks) 
      JSONProperty JSONProperty.setRepresentaionType(java.lang.String representaionType) 
      JSONProperty JSONProperty.setRequired(boolean required) 
      JSONProperty JSONProperty.setScale(java.lang.Integer scale) 
      JSONProperty JSONProperty.setSchema(JSONSchema schema) 
      JSONProperty JSONProperty.setSearchType(java.lang.String searchType) 
      JSONProperty JSONProperty.setSubType(java.lang.String subType) 
      JSONProperty JSONProperty.setTitle(java.lang.String title) 
      JSONProperty JSONProperty.setType(java.lang.String type) 
      JSONProperty JSONProperty.setUsage(java.lang.String[] usage) 
      JSONProperty JSONProperty.setUserDefined(java.lang.Boolean userDefined) 
      Methods in com.ibm.tivoli.oslc with parameters of type JSONProperty 
      Modifier and Type Method and Description
      JSONSchema JSONSchema.addProperty(JSONProperty jp) 
      void JSONProperty.getPropName(JSONProperty prop, java.lang.String propName) 
      JSONProperty JSONProperty.setPropName(JSONProperty prop, java.lang.String propName) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes