src/main/java/de/unixwork/uwproj/Define.java

changeset 40
b42bfc9e9983
parent 0
38775db5fdf5
child 41
75ee588d5d9e
equal deleted inserted replaced
39:3ca85da78515 40:b42bfc9e9983
1 package de.unixwork.uwproj; 1 package de.unixwork.uwproj;
2 2
3 /*
4 * To change this license header, choose License Headers in Project Properties.
5 * To change this template file, choose Tools | Templates
6 * and open the template in the editor.
7 */
8
9 /**
10 *
11 * @author olaf
12 */
13 public class Define { 3 public class Define {
14 private String name; 4 private String name;
15 private String value; 5 private String value;
16 6
17 public Define() { 7 public Define() {

mercurial