cancel
Showing results for 
Search instead for 
Did you mean: 

Enumeration in Detail column

Former Member
0 Kudos

what is enumeration in detail column of data type in IR

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member182455
Active Contributor
0 Kudos
Former Member
0 Kudos

Dear Satya Kumar,

Enumneration is similar to ENUM data type in Java, It serves the same purpose as it server in Java. It will select the value within a range of values.

Best Reagards

Praveen

Former Member
0 Kudos

Hi,

An enumeration specifies a set of valid values for an element. For example, a ship order schema may contain an addressTypeIndicator element, which defines the choice of location for delivery. The element addressTypeIndicator is of type IndicatorTypes, which has three valid values defined.

The schema maps to a target shipToAddressTypeIndicator element, which contains the delivery address. The element shipToAddressTypeIndicator is of type shipToAddressTypes, which contains the valid addresses for delivery.

Thanks

swarup

santhosh_kumarv
Active Contributor
0 Kudos

Enumeration used to restrict the value range..

Thanks

SaNv...

prateek
Active Contributor
0 Kudos

Enumeration shows the list of allowed values for a particular field. So it restricts the value range to a set of individual values.

e.g in xsd, the enumeration must be present separated by blanks.

Regards,

Prateek