1 package de.webman.generator; 2 3 7 8 public interface XML_WebManFormularAttributeConstants 9 { 10 11 String UPLOAD = "upload"; 12 String REFERENZ = "reference"; 13 String CONTENT_REFERENZ = "content-reference"; 14 String ATTR_TEXT = "mixed-content"; 15 16 17 String R_DOCUMENT_TYPE = "document-type"; 18 String R_FORM = "form-id"; 19 String R_ONLY_CONTENT_NAME = "load-content-name-only"; 20 21 22 String CR_ONLY_CONTENT_NAME = "load-content-name-only"; 23 String CR_CONTENT_GROUP = "content-group"; 24 String CR_MUTIPLE = "mutiple"; 25 26 } 27 | Popular Tags |