ContentFormat
Objects
Subclass of Enum
.
Enumerates the valid content formats for content containers.
Constants:
BINARY (ContentFormat) :
Indicates that the format
is binary.
UTF8 (ContentFormat) :
Indicates that the format
is UTF8.
getEnum(name) : ContentFormat
name (string) :
the enumeration name
Returns the enumeration with the supplied name or None if no enumeration exists for the supplied name.
getValues() : ContentFormat[]
Returns an array containing all the valid values for this enumeration class.