Uses of Class
hu.icellmobilsoft.coffee.model.base.history.enums.State
-
Packages that use State Package Description hu.icellmobilsoft.coffee.model.base.history hu.icellmobilsoft.coffee.model.base.history.enums hu.icellmobilsoft.coffee.model.base.javatime.history -
-
Uses of State in hu.icellmobilsoft.coffee.model.base.history
Fields in hu.icellmobilsoft.coffee.model.base.history with type parameters of type State Modifier and Type Field Description static jakarta.persistence.metamodel.SingularAttribute<AbstractHistoryEntity,State>AbstractHistoryEntity_. stateMethods in hu.icellmobilsoft.coffee.model.base.history that return State Modifier and Type Method Description StateAbstractHistoryEntity. getState()Getter for the fieldstate.Methods in hu.icellmobilsoft.coffee.model.base.history with parameters of type State Modifier and Type Method Description voidAbstractHistoryEntity. setState(State state)Setter for the fieldstate. -
Uses of State in hu.icellmobilsoft.coffee.model.base.history.enums
Methods in hu.icellmobilsoft.coffee.model.base.history.enums that return State Modifier and Type Method Description static StateState. valueOf(String name)Returns the enum constant of this type with the specified name.static State[]State. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of State in hu.icellmobilsoft.coffee.model.base.javatime.history
Fields in hu.icellmobilsoft.coffee.model.base.javatime.history with type parameters of type State Modifier and Type Field Description static jakarta.persistence.metamodel.SingularAttribute<AbstractHistoryEntity,State>AbstractHistoryEntity_. stateMethods in hu.icellmobilsoft.coffee.model.base.javatime.history that return State Modifier and Type Method Description StateAbstractHistoryEntity. getState()Getter for the fieldstate.Methods in hu.icellmobilsoft.coffee.model.base.javatime.history with parameters of type State Modifier and Type Method Description voidAbstractHistoryEntity. setState(State state)Setter for the fieldstate.
-