java.lang.Object
org.jooq.meta.jaxb.EnumType
- All Implemented Interfaces:
Serializable,XMLAppendable
Java class for EnumType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnumType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="literals" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleangetName()inthashCode()voidsetLiterals(String value) voidtoString()withLiterals(String value)
-
Field Details
-
name
-
literals
-
-
Constructor Details
-
EnumType
public EnumType()
-
-
Method Details