de.smartics.properties.test.domain
Class PropertyValues

Package class diagram package PropertyValues
java.lang.Object
  extended by de.smartics.properties.test.domain.PropertyValues

public final class PropertyValues
     
     
extends Object

Defines property values for tests.


Field Summary
static Integer INTEGER_VALUE
           
static Integer INVALID_INTEGER_VALUE
           
static String INVALID_STRING_VALUE
           
static String STRING_VALUE
           
static String UNKNOWN_NAME
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN_NAME

public static final String UNKNOWN_NAME
Constant Field Value:
"unknown"

STRING_VALUE

public static final String STRING_VALUE
Constant Field Value:
"value"

INVALID_STRING_VALUE

public static final String INVALID_STRING_VALUE
Constant Field Value:
"invalid"

INTEGER_VALUE

public static final Integer INTEGER_VALUE

INVALID_INTEGER_VALUE

public static final Integer INVALID_INTEGER_VALUE


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.