Uses of Enum Class
org.jooq.util.xml.jaxb.LengthUnit
Packages that use LengthUnit
-
Uses of LengthUnit in org.jooq.util.xml.jaxb
Subclasses with type arguments of type LengthUnit in org.jooq.util.xml.jaxbFields in org.jooq.util.xml.jaxb declared as LengthUnitModifier and TypeFieldDescriptionprotected LengthUnitAttribute.characterLengthUnitprotected LengthUnitColumn.characterLengthUnitprotected LengthUnitDomain.characterLengthUnitprotected LengthUnitElementType.characterLengthUnitprotected LengthUnitParameter.characterLengthUnitprotected LengthUnitRoutine.characterLengthUnitprotected LengthUnitSequence.characterLengthUnitMethods in org.jooq.util.xml.jaxb that return LengthUnitModifier and TypeMethodDescriptionstatic LengthUnitAttribute.getCharacterLengthUnit()Column.getCharacterLengthUnit()Domain.getCharacterLengthUnit()ElementType.getCharacterLengthUnit()Parameter.getCharacterLengthUnit()Routine.getCharacterLengthUnit()Sequence.getCharacterLengthUnit()static LengthUnitReturns the enum constant of this class with the specified name.static LengthUnit[]LengthUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.util.xml.jaxb with parameters of type LengthUnitModifier and TypeMethodDescriptionvoidAttribute.setCharacterLengthUnit(LengthUnit value) voidColumn.setCharacterLengthUnit(LengthUnit value) voidDomain.setCharacterLengthUnit(LengthUnit value) voidElementType.setCharacterLengthUnit(LengthUnit value) voidParameter.setCharacterLengthUnit(LengthUnit value) voidRoutine.setCharacterLengthUnit(LengthUnit value) voidSequence.setCharacterLengthUnit(LengthUnit value) Attribute.withCharacterLengthUnit(LengthUnit value) Column.withCharacterLengthUnit(LengthUnit value) Domain.withCharacterLengthUnit(LengthUnit value) ElementType.withCharacterLengthUnit(LengthUnit value) Parameter.withCharacterLengthUnit(LengthUnit value) Routine.withCharacterLengthUnit(LengthUnit value) Sequence.withCharacterLengthUnit(LengthUnit value)