example.de.smartics.properties.list
Interface ListProperties

Package class diagram package ListProperties

@PropertySet(value="test.list")
public interface ListProperties

List constants to use for tests.


Method Summary
 List<Integer> listOfInts()
          A simple list of Integers.
 List<Priority> listOfPriorities()
          A simple list of enum elements.
 List<String> listOfStrings()
          A simple list of Strings.
 List<URL> listOfUrls()
          A simple list of URL elements.
 

Method Detail

listOfStrings

@PropertyElementType(value=java.lang.String.class)
List<String> listOfStrings()
A simple list of Strings.


listOfInts

@PropertyElementType(value=java.lang.Integer.class)
List<Integer> listOfInts()
A simple list of Integers.


listOfPriorities

@PropertyElementType(value=Priority.class)
List<Priority> listOfPriorities()
A simple list of enum elements.


listOfUrls

@PropertyElementType(value=java.net.URL.class)
List<URL> listOfUrls()
A simple list of URL elements.



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