test.de.smartics.properties.spi.core.metadata
Interface PropertyMetaDataParserListTest.TestProperties

Package class diagram package PropertyMetaDataParserListTest.TestProperties
Enclosing class:
PropertyMetaDataParserListTest

@PropertySet(value="")
public static interface PropertyMetaDataParserListTest.TestProperties


Method Summary
 List<String> constraintListOfStrings()
          A simple list of Strings.
 List<Integer> listOfIntegers()
          A simple list of Integers.
 List<Priority> listOfPriorities()
          A simple list of Integers.
 List<String> listOfStrings()
          A simple list of Strings.
 

Method Detail

listOfStrings

List<String> listOfStrings()
A simple list of Strings.


listOfIntegers

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


listOfPriorities

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


constraintListOfStrings

@Size(min=3,
      max=8)
List<String> constraintListOfStrings()
A simple list of Strings.



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