SchemaStringEnumEntry Interface

com.bea.xml
SchemaStringEnumEntry Interface

public interface SchemaStringEnumEntry

Describes a code-generated string enumeration

Related Topics

SchemaType.getStringEnumEntries()

Method Summary

public String
getEnumName()
A capitalized name to use for the enumeration constant name
public int
getIntValue()
An integer to represent this choice in the enumeration
public String
getString()
The enumerated string value

Method Detail

getEnumName() Method

public String getEnumName()
A capitalized name to use for the enumeration constant name


getIntValue() Method

public int getIntValue()
An integer to represent this choice in the enumeration


getString() Method

public String getString()
The enumerated string value