Uses of Enum Class
st.orm.DirtyCheck

Packages that use DirtyCheck
Package
Description
 
  • Uses of DirtyCheck in st.orm

    Methods in st.orm that return DirtyCheck
    Modifier and Type
    Method
    Description
    static DirtyCheck
    DirtyCheck.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static DirtyCheck[]
    DirtyCheck.values()
    Returns an array containing the constants of this enum class, in the order they are declared.