Klasse CustomType

java.lang.Object
org.jooq.meta.jaxb.CustomType
Alle implementierten Schnittstellen:
Serializable, XMLAppendable

@Deprecated public class CustomType extends Object implements Serializable, XMLAppendable
Veraltet.
Use ForcedType only
Siehe auch:
  • Felddetails

    • name

      protected String name
      Veraltet.
    • type

      protected String type
      Veraltet.
    • visibilityModifier

      protected VisibilityModifier visibilityModifier
      Veraltet.
    • generator

      protected String generator
      Veraltet.
    • auditInsertTimestamp

      protected Boolean auditInsertTimestamp
      Veraltet.
    • auditInsertUser

      protected Boolean auditInsertUser
      Veraltet.
    • auditUpdateTimestamp

      protected Boolean auditUpdateTimestamp
      Veraltet.
    • auditUpdateUser

      protected Boolean auditUpdateUser
      Veraltet.
    • converter

      protected String converter
      Veraltet.
    • genericConverter

      protected Boolean genericConverter
      Veraltet.
    • autoConverter

      protected Boolean autoConverter
      Veraltet.
    • enumConverter

      protected Boolean enumConverter
      Veraltet.
    • xmlConverter

      protected Boolean xmlConverter
      Veraltet.
    • jsonConverter

      protected Boolean jsonConverter
      Veraltet.
    • lambdaConverter

      protected LambdaConverter lambdaConverter
      Veraltet.
    • binding

      protected String binding
      Veraltet.
    • genericBinding

      protected Boolean genericBinding
      Veraltet.
  • Konstruktordetails

    • CustomType

      public CustomType()
      Veraltet.
  • Methodendetails

    • getName

      @Deprecated public String getName()
      Veraltet.
      Use ForcedType only
    • setName

      @Deprecated public void setName(String value)
      Veraltet.
      Use ForcedType only
    • getType

      @Deprecated public String getType()
      Veraltet.
      Use ForcedType only
    • setType

      @Deprecated public void setType(String value)
      Veraltet.
      Use ForcedType only
    • getVisibilityModifier

      @Deprecated public VisibilityModifier getVisibilityModifier()
      Veraltet.
      Use ForcedType only
    • setVisibilityModifier

      @Deprecated public void setVisibilityModifier(VisibilityModifier value)
      Veraltet.
      Use ForcedType only
    • getGenerator

      @Deprecated public String getGenerator()
      Veraltet.
      Use ForcedType only
    • setGenerator

      @Deprecated public void setGenerator(String value)
      Veraltet.
      Use ForcedType only
    • isAuditInsertTimestamp

      @Deprecated public Boolean isAuditInsertTimestamp()
      Veraltet.
      Use ForcedType only
      Gibt zurück:
      possible object is Boolean
    • setAuditInsertTimestamp

      @Deprecated public void setAuditInsertTimestamp(Boolean value)
      Veraltet.
      Use ForcedType only
      Parameter:
      value - allowed object is Boolean
    • isAuditInsertUser

      @Deprecated public Boolean isAuditInsertUser()
      Veraltet.
      Use ForcedType only
      Gibt zurück:
      possible object is Boolean
    • setAuditInsertUser

      @Deprecated public void setAuditInsertUser(Boolean value)
      Veraltet.
      Use ForcedType only
      Parameter:
      value - allowed object is Boolean
    • isAuditUpdateTimestamp

      @Deprecated public Boolean isAuditUpdateTimestamp()
      Veraltet.
      Use ForcedType only
      Gibt zurück:
      possible object is Boolean
    • setAuditUpdateTimestamp

      @Deprecated public void setAuditUpdateTimestamp(Boolean value)
      Veraltet.
      Use ForcedType only
      Parameter:
      value - allowed object is Boolean
    • isAuditUpdateUser

      @Deprecated public Boolean isAuditUpdateUser()
      Veraltet.
      Use ForcedType only
      Gibt zurück:
      possible object is Boolean
    • setAuditUpdateUser

      @Deprecated public void setAuditUpdateUser(Boolean value)
      Veraltet.
      Use ForcedType only
      Parameter:
      value - allowed object is Boolean
    • getConverter

      @Deprecated public String getConverter()
      Veraltet.
      Use ForcedType only
    • setConverter

      @Deprecated public void setConverter(String value)
      Veraltet.
      Use ForcedType only
    • isGenericConverter

      @Deprecated public Boolean isGenericConverter()
      Veraltet.
      Use ForcedType only
      Gibt zurück:
      possible object is Boolean
    • setGenericConverter

      @Deprecated public void setGenericConverter(Boolean value)
      Veraltet.
      Use ForcedType only
      Parameter:
      value - allowed object is Boolean
    • isAutoConverter

      @Deprecated public Boolean isAutoConverter()
      Veraltet.
      Use ForcedType only
      Gibt zurück:
      possible object is Boolean
    • setAutoConverter

      @Deprecated public void setAutoConverter(Boolean value)
      Veraltet.
      Use ForcedType only
      Parameter:
      value - allowed object is Boolean
    • isEnumConverter

      @Deprecated public Boolean isEnumConverter()
      Veraltet.
      Use ForcedType only
      Gibt zurück:
      possible object is Boolean
    • setEnumConverter

      @Deprecated public void setEnumConverter(Boolean value)
      Veraltet.
      Use ForcedType only
      Parameter:
      value - allowed object is Boolean
    • isXmlConverter

      @Deprecated public Boolean isXmlConverter()
      Veraltet.
      Use ForcedType only
      Gibt zurück:
      possible object is Boolean
    • setXmlConverter

      @Deprecated public void setXmlConverter(Boolean value)
      Veraltet.
      Use ForcedType only
      Parameter:
      value - allowed object is Boolean
    • isJsonConverter

      @Deprecated public Boolean isJsonConverter()
      Veraltet.
      Use ForcedType only
      Gibt zurück:
      possible object is Boolean
    • setJsonConverter

      @Deprecated public void setJsonConverter(Boolean value)
      Veraltet.
      Use ForcedType only
      Parameter:
      value - allowed object is Boolean
    • getLambdaConverter

      @Deprecated public LambdaConverter getLambdaConverter()
      Veraltet.
      Use ForcedType only
    • setLambdaConverter

      @Deprecated public void setLambdaConverter(LambdaConverter value)
      Veraltet.
      Use ForcedType only
    • getBinding

      @Deprecated public String getBinding()
      Veraltet.
      Use ForcedType only
    • setBinding

      @Deprecated public void setBinding(String value)
      Veraltet.
      Use ForcedType only
    • isGenericBinding

      @Deprecated public Boolean isGenericBinding()
      Veraltet.
      Use ForcedType only
      Gibt zurück:
      possible object is Boolean
    • setGenericBinding

      @Deprecated public void setGenericBinding(Boolean value)
      Veraltet.
      Use ForcedType only
      Parameter:
      value - allowed object is Boolean
    • withName

      @Deprecated public CustomType withName(String value)
      Veraltet.
      Use ForcedType only
    • withType

      @Deprecated public CustomType withType(String value)
      Veraltet.
      Use ForcedType only
    • withVisibilityModifier

      @Deprecated public CustomType withVisibilityModifier(VisibilityModifier value)
      Veraltet.
      Use ForcedType only
    • withGenerator

      @Deprecated public CustomType withGenerator(String value)
      Veraltet.
      Use ForcedType only
    • withAuditInsertTimestamp

      public CustomType withAuditInsertTimestamp(Boolean value)
      Veraltet.
      Use ForcedType only
    • withAuditInsertUser

      public CustomType withAuditInsertUser(Boolean value)
      Veraltet.
      Use ForcedType only
    • withAuditUpdateTimestamp

      public CustomType withAuditUpdateTimestamp(Boolean value)
      Veraltet.
      Use ForcedType only
    • withAuditUpdateUser

      public CustomType withAuditUpdateUser(Boolean value)
      Veraltet.
      Use ForcedType only
    • withConverter

      @Deprecated public CustomType withConverter(String value)
      Veraltet.
      Use ForcedType only
    • withGenericConverter

      public CustomType withGenericConverter(Boolean value)
      Veraltet.
      Use ForcedType only
    • withAutoConverter

      public CustomType withAutoConverter(Boolean value)
      Veraltet.
      Use ForcedType only
    • withEnumConverter

      public CustomType withEnumConverter(Boolean value)
      Veraltet.
      Use ForcedType only
    • withXmlConverter

      public CustomType withXmlConverter(Boolean value)
      Veraltet.
      Use ForcedType only
    • withJsonConverter

      public CustomType withJsonConverter(Boolean value)
      Veraltet.
      Use ForcedType only
    • withLambdaConverter

      @Deprecated public CustomType withLambdaConverter(LambdaConverter value)
      Veraltet.
      Use ForcedType only
    • withBinding

      @Deprecated public CustomType withBinding(String value)
      Veraltet.
      Use ForcedType only
    • withGenericBinding

      public CustomType withGenericBinding(Boolean value)
      Veraltet.
      Use ForcedType only
    • appendTo

      public final void appendTo(XMLBuilder builder)
      Veraltet.
      Angegeben von:
      appendTo in Schnittstelle XMLAppendable
    • toString

      public String toString()
      Veraltet.
      Setzt außer Kraft:
      toString in Klasse Object
    • equals

      public boolean equals(Object that)
      Veraltet.
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Veraltet.
      Setzt außer Kraft:
      hashCode in Klasse Object