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 EFormTyp
FormVersion. getFormTyp()
Methods in de.xima.fc.entities with parameters of type EFormTyp Modifier and Type Method Description void
FormVersion. 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 EFormTyp
EFormTyp. 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 EFormTyp
PublishRequestParameter. 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, String theme)
-