example.de.smartics.properties.list
Interface ListProperties

Package class diagram package ListProperties

@PropertySet(value="")
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.
 

Method Detail

listOfStrings

@PropertyKeyName(value="list-of-strings")
@NotNull
List<String> listOfStrings()
A simple list of Strings.


listOfInts

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


listOfPriorities

@PropertyKeyName(value="priority-list")
@PropertyElementType(value=Priority.class)
@NotNull
List<Priority> listOfPriorities()
A simple list of enum elements.



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