simtools.ui
Class UserProperties.Info

java.lang.Object
  extended by simtools.ui.UserProperties.Info
Enclosing class:
UserProperties

protected static class UserProperties.Info
extends java.lang.Object

The information class


Field Summary
 int _type
           
 java.lang.String _value
           
static int COMMENT
           
static int EMPTY_LINE
           
static java.lang.String IMPORT_FILE_PREFIX
           
static int KEY
           
static int MASTER_LINE
           
 
Constructor Summary
UserProperties.Info(int type, java.lang.String value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMPORT_FILE_PREFIX

public static final java.lang.String IMPORT_FILE_PREFIX
See Also:
Constant Field Values

KEY

public static int KEY

COMMENT

public static int COMMENT

EMPTY_LINE

public static int EMPTY_LINE

MASTER_LINE

public static int MASTER_LINE

_type

public final int _type

_value

public final java.lang.String _value
Constructor Detail

UserProperties.Info

public UserProperties.Info(int type,
                           java.lang.String value)