XPSDataType
class XPSDataType extends Collection (View source)
Properties
protected | $collection_key | ||
protected | $compatibleDataTypesType | ||
protected | $compatibleDataTypesDataType | ||
protected | $listElementTypeType | ||
protected | $listElementTypeDataType | ||
bool | $nullable | ||
protected | $structTypeType | ||
protected | $structTypeDataType | ||
string | $timeFormat | ||
string | $typeCode |
Methods
setCompatibleDataTypes($compatibleDataTypes)
No description
getCompatibleDataTypes()
No description
getListElementType()
No description
setNullable($nullable)
No description
bool
getNullable()
No description
getStructType()
No description
setTimeFormat($timeFormat)
No description
string
getTimeFormat()
No description
setTypeCode($typeCode)
No description
string
getTypeCode()
No description
Details
setCompatibleDataTypes($compatibleDataTypes)
No description
XPSDataType[]
getCompatibleDataTypes()
No description
setListElementType(XPSDataType $listElementType)
No description
XPSDataType
getListElementType()
No description
setNullable($nullable)
No description
bool
getNullable()
No description
setStructType(XPSStructType $structType)
No description
XPSStructType
getStructType()
No description
setTimeFormat($timeFormat)
No description
string
getTimeFormat()
No description
setTypeCode($typeCode)
No description
string
getTypeCode()
No description