Uses of Class
model.entity.Post.Type
-
Packages that use Post.Type Package Description model.entity Package contenenti le entità persistenti -
-
Uses of Post.Type in model.entity
Fields in model.entity declared as Post.Type Modifier and Type Field Description protected Post.Type
Post. type
Methods in model.entity that return Post.Type Modifier and Type Method Description static Post.Type
Post.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Post.Type[]
Post.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-