Uses of Class
portoapplikation.Paketformat

Uses of Paketformat in portoapplikation
 

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

Methods in portoapplikation with parameters of type Paketformat
 void Paket.setPaketformat(Paketformat paketformat)
           
 

Constructors in portoapplikation with parameters of type Paketformat
Paket(Paketformat paketformat, double gewicht, double entfernung, double laenge, double breite, double hoehe)