Uses of Enum Class
org.aoju.bus.core.lang.Fields.Quarter
Packages that use Fields.Quarter
Package
Description
日期封装,日期的核心为DateTime类
语言特性包,包括大量便捷的数据结构,例如验证器Validator,分布式ID生成器Snowflake等
-
Uses of Fields.Quarter in org.aoju.bus.core.date
Methods in org.aoju.bus.core.date that return Fields.Quarter -
Uses of Fields.Quarter in org.aoju.bus.core.lang
Methods in org.aoju.bus.core.lang that return Fields.QuarterModifier and TypeMethodDescriptionstatic Fields.QuarterFields.Quarter.of(int intValue) 将 季度int转换为Season枚举对象static Fields.QuarterReturns the enum constant of this class with the specified name.static Fields.Quarter[]Fields.Quarter.values()Returns an array containing the constants of this enum class, in the order they are declared.