Uses of Enum
cdm.legaldocumentation.common.LengthUnitEnum
Packages that use LengthUnitEnum
-
Uses of LengthUnitEnum in cdm.legaldocumentation.common
Fields in cdm.legaldocumentation.common declared as LengthUnitEnumModifier and TypeFieldDescriptionprotected LengthUnitEnumResourceLength.ResourceLengthBuilderImpl.lengthUnitMethods in cdm.legaldocumentation.common that return LengthUnitEnumModifier and TypeMethodDescriptionstatic LengthUnitEnumLengthUnitEnum.fromDisplayName(String name) ResourceLength.getLengthUnit()The length unit of the resource.ResourceLength.ResourceLengthBuilderImpl.getLengthUnit()ResourceLength.ResourceLengthImpl.getLengthUnit()static LengthUnitEnumReturns the enum constant of this type with the specified name.static LengthUnitEnum[]LengthUnitEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.legaldocumentation.common with parameters of type LengthUnitEnumModifier and TypeMethodDescriptionResourceLength.ResourceLengthBuilder.setLengthUnit(LengthUnitEnum lengthUnit) ResourceLength.ResourceLengthBuilderImpl.setLengthUnit(LengthUnitEnum _lengthUnit)