java.lang.Object
org.jooq.meta.jaxb.EnumType
- Alle implementierten Schnittstellen:
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>
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal voidappendTo(XMLBuilder builder) booleangetName()inthashCode()voidsetLiterals(String value) voidtoString()withLiterals(String value)
-
Felddetails
-
name
-
literals
-
-
Konstruktordetails
-
EnumType
public EnumType()
-
-
Methodendetails
-
getName
-
setName
-
getLiterals
-
setLiterals
-
withName
-
withLiterals
-
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-