ContentTypeProperty

ContentTypeProperty class

Represents identifier information.

class ContentTypeProperty;

Methods

MethodDescription
getName()Returns or sets the name of the object.
setName(string)Returns or sets the name of the object.
getValue()Returns or sets the value of the content type property.
setValue(string)Returns or sets the value of the content type property.
getType()Gets and sets the type of the property.
setType(string)Gets and sets the type of the property.
isNillable()Indicates whether the value could be empty.
setIsNillable(boolean)Indicates whether the value could be empty.

getName()

Returns or sets the name of the object.

getName() : string;

setName(string)

Returns or sets the name of the object.

setName(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.

getValue()

Returns or sets the value of the content type property.

getValue() : string;

setValue(string)

Returns or sets the value of the content type property.

setValue(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.

getType()

Gets and sets the type of the property.

getType() : string;

setType(string)

Gets and sets the type of the property.

setType(value: string) : void;

Parameters:

ParameterTypeDescription
valuestringThe value to set.

isNillable()

Indicates whether the value could be empty.

isNillable() : boolean;

setIsNillable(boolean)

Indicates whether the value could be empty.

setIsNillable(value: boolean) : void;

Parameters:

ParameterTypeDescription
valuebooleanThe value to set.