|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.tutorial.property.list.ListPropertyConstraintsTutorial
@Document(title="List Properties Constraints", sortKey="basics0110") @DocCategory(value="basics") public class ListPropertyConstraintsTutorial
This tutorial provides information about putting constraints on lists and list elements.
Constructor Summary | |
---|---|
ListPropertyConstraintsTutorial() |
Method Summary | |
---|---|
void |
listConstraintsAtWork() This example simply shows, that the constraint on a list as whole works. |
void |
listElementConstraintsAtWork() And this example simply shows, that the constraints on the elements work. |
void |
propertiesWithConstraints() Constraints on lists and their elements are declared like this: Accessing a list of values is straight forward. |
void |
setUp() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListPropertyConstraintsTutorial()
Method Detail |
---|
public void setUp()
@DocChapter public void propertiesWithConstraints()
Constraints on lists and their elements are declared like this:
Accessing a list of values is straight forward.
@DocSection public void listConstraintsAtWork()
This example simply shows, that the constraint on a list as whole works.
@DocSection public void listElementConstraintsAtWork()
And this example simply shows, that the constraints on the elements work.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |