Uses of Enum Class
domein.Kleur

  • Uses of Kleur in domein

    Methods in domein that return Kleur
    Modifier and Type
    Method
    Description
    static Kleur
    Kleur.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Kleur[]
    Kleur.values()
    Returns an array containing the constants of this enum class, in the order they are declared.