VEnum Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
elementList list of VEnumElement element 0/unbounded Returns the value for the member attribute elementList
enumName string element 0/1 Returns the value for the member attribute enumName
Properties inherited from viewBaseBean
MObj XXDBBase element 0/1 the gjObj

Example

<v----->
  <enumName>...</enumName>
  <elementList>
    <elementName>...</elementName>
    <enumName>...</enumName>
    <rbKey>...</rbKey>
    <elementValue>...</elementValue>
    <elementLabel>...</elementLabel>
    <MObj/>
  </elementList>
  <MObj>
    <id>...</id>
    <createTime>...</createTime>
    <updateTime>...</updateTime>
    <addedByUserId>...</addedByUserId>
    <updatedByUserId>...</updatedByUserId>
  </MObj>
</v----->