Uses of Class
edu.wisc.game.reflect.Reflect.Entry
Package | Description |
---|---|
edu.wisc.game.reflect |
Auxiliary classes used for converting Java objects to Java structures and vice versa, and for related purposes
|
-
Uses of Reflect.Entry in edu.wisc.game.reflect
Fields in edu.wisc.game.reflect declared as Reflect.Entry Modifier and Type Field Description Reflect.Entry[]
Reflect. entries
Methods in edu.wisc.game.reflect that return Reflect.Entry Modifier and Type Method Description Reflect.Entry
Reflect. getEntry(String name)
Reflect.Entry
Reflect. getOwningEntry(Enum e)
Finds the entry that describes the field whose type is the the enumerated class for which e is one of the values.