com.aspose.cells

Class ContentTypeProperty

  • java.lang.Object
    • com.aspose.cells.ContentTypeProperty
public class ContentTypeProperty 
extends java.lang.Object

Represents identifier information.

Property Getters/Setters Summary
booleanisNillable()
void
setNillable(booleanvalue)
           Indicates whether the value could be empty.
java.lang.StringgetName()
void
setName(java.lang.Stringvalue)
           Returns or sets the name of the object.
java.lang.StringgetType()
void
setType(java.lang.Stringvalue)
           Gets and sets the type of the property.
java.lang.StringgetValue()
void
setValue(java.lang.Stringvalue)
           Returns or sets the value of the content type property.
 

    • Property Getters/Setters Detail

      • getName/setName

        public java.lang.String getName() / public void setName(java.lang.String value)
        
        Returns or sets the name of the object.
      • getValue/setValue

        public java.lang.String getValue() / public void setValue(java.lang.String value)
        
        Returns or sets the value of the content type property.
      • getType/setType

        public java.lang.String getType() / public void setType(java.lang.String value)
        
        Gets and sets the type of the property.
      • isNillable/setNillable

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

    setName

    public voidsetName(java.lang.Stringvalue)
    
    Returns or sets the name of the object.

    setValue

    public voidsetValue(java.lang.Stringvalue)
    
    Returns or sets the value of the content type property.

    setType

    public voidsetType(java.lang.Stringvalue)
    
    Gets and sets the type of the property.

    setNillable

    public voidsetNillable(booleanvalue)
    
    Indicates whether the value could be empty.