java/sql-dk/src/info/globalcode/sql/dk/configuration/PropertyDeclaration.java
branchv_0
changeset 212 d154d6012cbe
parent 207 2bba68ef47c1
equal deleted inserted replaced
211:b5148f646278 212:d154d6012cbe
    42 
    42 
    43 	/**
    43 	/**
    44 	 * @return data type of the value: String, numbers, Boolean or Enum
    44 	 * @return data type of the value: String, numbers, Boolean or Enum
    45 	 */
    45 	 */
    46 	Class type();
    46 	Class type();
    47 
    47 	
    48 	/**
    48 	/**
    49 	 * @return documentation for the users
    49 	 * @return documentation for the users
    50 	 */
    50 	 */
    51 	String description();
    51 	String description();
    52 
    52