Uses of Class
portoapplikation.Produktart

Uses of Produktart in portoapplikation
 

Methods in portoapplikation that return Produktart
 Produktart Postprodukt.getProduktart()
           
static Produktart Produktart.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Produktart[] Produktart.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in portoapplikation with parameters of type Produktart
Postprodukt(Produktart produktart, double gewicht, double entfernung)