]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/Source/ModuleEditor/src/org/tianocore/common/DataType.java
Initial import.
[mirror_edk2.git] / Tools / Source / ModuleEditor / src / org / tianocore / common / DataType.java
CommitLineData
878ddf1f 1/** @file\r
2 \r
3 The file is used to define all used final variables\r
4 \r
5 Copyright (c) 2006, Intel Corporation\r
6 All rights reserved. This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php\r
10 \r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14 **/\r
15package org.tianocore.common;\r
16\r
17/**\r
18 The class is used to define all used final variables\r
19 \r
20 @since ModuleEditor 1.0\r
21\r
22**/\r
23public class DataType {\r
24\r
25 /**\r
26 \r
27 @param args\r
28 \r
29 **/\r
30 public static void main(String[] args) {\r
31 // TODO Auto-generated method stub\r
32\r
33 }\r
34 \r
35 //\r
36 // Define all used final variables\r
37 //\r
38 public static final String DOS_LINE_SEPARATOR = "\r\n";\r
39\r
40 public static final String UNXI_LINE_SEPARATOR = "\n";\r
41 \r
42 public static final String EMPTY_SELECT_ITEM = "----";\r
43\r
44}\r