com.microstrategy.webapi.EnumDSSXMLBaseFormType |
This interface defines the enumeration constants used to specify semantics (as distinguished from data type) of a base form of an attribute.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlBaseFormBigDecimal | The form represents big decimal. | |||||||||
int | DssXmlBaseFormDate | The form represents a date. | |||||||||
int | DssXmlBaseFormDateTime | The form represents a date and time. | |||||||||
int | DssXmlBaseFormEmail | The form is an email address. | |||||||||
int | DssXmlBaseFormHTMLTag | The form is a HTML tag. | |||||||||
int | DssXmlBaseFormHidden | The form represents text hidden. | |||||||||
int | DssXmlBaseFormNumber | The form is a number. | |||||||||
int | DssXmlBaseFormPhoneNumber | The form represents phone number. | |||||||||
int | DssXmlBaseFormPicture | The form represents a picture. | |||||||||
int | DssXmlBaseFormReserved | ||||||||||
int | DssXmlBaseFormSymbol | The form represents a symbol. | |||||||||
int | DssXmlBaseFormText | The form is a text string. | |||||||||
int | DssXmlBaseFormTime | The form represents a time. | |||||||||
int | DssXmlBaseFormUrl | The form is a universal resource locator (web address). |
The form represents big decimal.
The form represents a date.
The form represents a date and time.
The form is an email address.
The form is a HTML tag.
The form represents text hidden.
The form is a number.
The form represents phone number.
The form represents a picture.
The form represents a symbol.
The form is a text string.
The form represents a time.
The form is a universal resource locator (web address).