Uses of Enum Class
Modele.ObjetType

Packages that use ObjetType
Package
Description
 
  • Uses of ObjetType in Modele

    Subclasses with type arguments of type ObjetType in Modele
    Modifier and Type
    Class
    Description
    enum 
    L'énumération ObjetType représente les différents types d'objets dans le jeu, chacun ayant un nom unique.
    Methods in Modele that return ObjetType
    Modifier and Type
    Method
    Description
    static ObjetType
    ObjetType.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static ObjetType[]
    ObjetType.values()
    Returns an array containing the constants of this enum class, in the order they are declared.