asposecells.api

Class ContentTypeProperty

Represents identifier information.

Property Getters/Setters Summary
methodisNillable()
method
           Indicates whether the value could be empty.
methodgetName()
method
setName(value)
           Returns or sets the name of the object.
methodgetType()
method
setType(value)
           Gets and sets the type of the property.
methodgetValue()
method
setValue(value)
           Returns or sets the value of the content type property.
 

    • Property Getters/Setters Detail

      • getName/setName : String 

        String getName() / setName(value)
        
        Returns or sets the name of the object.
      • getValue/setValue : String 

        String getValue() / setValue(value)
        
        Returns or sets the value of the content type property.
      • getType/setType : String 

        String getType() / setType(value)
        
        Gets and sets the type of the property.
      • isNillable/setNillable : boolean 

        boolean isNillable() / setNillable(value)
        
        Indicates whether the value could be empty.