Uses of Class
de.xima.fc.mdl.enums.EFormTyp
-
Packages that use EFormTyp Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.mdl.request -
-
Uses of EFormTyp in de.xima.fc.entities
Methods in de.xima.fc.entities that return EFormTyp Modifier and Type Method Description EFormTypFormVersion. getFormTyp()Methods in de.xima.fc.entities with parameters of type EFormTyp Modifier and Type Method Description voidFormVersion. setFormTyp(EFormTyp formTyp) -
Uses of EFormTyp in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EFormTyp Modifier and Type Method Description static EFormTypEFormTyp. valueOf(String name)Returns the enum constant of this type with the specified name.static EFormTyp[]EFormTyp. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EFormTyp in de.xima.fc.mdl.request
Methods in de.xima.fc.mdl.request that return EFormTyp Modifier and Type Method Description EFormTypPublishRequestParameter. getFormTyp()Constructors in de.xima.fc.mdl.request with parameters of type EFormTyp Constructor Description PublishRequestParameter(long projektId, int formVersionNum, EFormTyp formTyp, String form, String notes, String charsetName, int origVersionsNummer, boolean derive, String fd2rid, boolean isResourceUpload, String b64File, String resourceType, FormThemeReference formTheme)
-