|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.spi.core.convert.ListPropertyHelper
public final class ListPropertyHelper
Helper to access list property information.
Constructor Summary | |
---|---|
ListPropertyHelper(PropertyDescriptor descriptor) Default constructor. |
Method Summary | |
---|---|
Class<?> |
getArrayTypeOfElementType() Returns an array type for the element's type . |
PropertyDescriptor |
getDescriptor() Returns the list descriptor to analyze. |
Class<?> |
getElementType() Returns the type of elements of the list. |
ListValueConstraint |
getListValueConstraint() Returns the constraint that contains all list issues. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListPropertyHelper(PropertyDescriptor descriptor) throws de.smartics.util.lang.NullArgumentException, IllegalArgumentException
descriptor
- the list descriptor to analyze.
de.smartics.util.lang.NullArgumentException
- if
descriptor
is
null
.
IllegalArgumentException
- if the descriptor does not describe a list property or lacks the required
ListValueConstraint
.
Method Detail |
---|
public PropertyDescriptor getDescriptor()
public ListValueConstraint getListValueConstraint()
public Class<?> getElementType()
public Class<?> getArrayTypeOfElementType()
element's type
.
element's type
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |