public interface ListTypeSG
Modifier and Type | Method and Description |
---|---|
TypeSG |
getItemType()
Returns the list item type.
|
java.lang.Long |
getLength()
Returns the value of the "length" facet or null, if the facet
is not set.
|
java.lang.Long |
getMaxLength()
Returns the value of the "maxLength" facet or null, if the facet
is not set.
|
java.lang.Long |
getMinLength()
Returns the value of the "minLength" facet or null, if the facet
is not set.
|
TypeSG getItemType()
Returns the list item type.
java.lang.Long getLength()
Returns the value of the "length" facet or null, if the facet is not set.
java.lang.Long getMaxLength()
Returns the value of the "maxLength" facet or null, if the facet is not set.
java.lang.Long getMinLength()
Returns the value of the "minLength" facet or null, if the facet is not set.