Package com.guinetik.examples
Class PokeApiExample.TypeInfo
- java.lang.Object
-
- com.guinetik.examples.PokeApiExample.TypeInfo
-
- Enclosing class:
- PokeApiExample
public static class PokeApiExample.TypeInfo extends Object
Type information for a Pokémon
-
-
Constructor Summary
Constructors Constructor Description TypeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSlot()PokeApiExample.NamedResourcegetType()voidsetSlot(int slot)voidsetType(PokeApiExample.NamedResource type)
-
-
-
Method Detail
-
getSlot
public int getSlot()
-
setSlot
public void setSlot(int slot)
-
getType
public PokeApiExample.NamedResource getType()
-
setType
public void setType(PokeApiExample.NamedResource type)
-
-