Uses of Class
io.lippia.api.configuration.enums.AttributeTypeEnum
-
Packages that use AttributeTypeEnum Package Description io.lippia.api.configuration.enums -
-
Uses of AttributeTypeEnum in io.lippia.api.configuration.enums
Methods in io.lippia.api.configuration.enums that return AttributeTypeEnum Modifier and Type Method Description static AttributeTypeEnumAttributeTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttributeTypeEnum[]AttributeTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-