Uses of Class
portoapplikation.Briefformat

Uses of Briefformat in portoapplikation
 

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

Methods in portoapplikation with parameters of type Briefformat
 void Brief.setBriefformat(Briefformat briefformat)
           
 

Constructors in portoapplikation with parameters of type Briefformat
Brief(Briefformat briefformat, double gewicht, double entfernung)