public interface TypeDefinitionList extends ExtensionsData
Modifier and Type | Method and Description |
---|---|
List<TypeDefinition> |
getList()
Returns the list of type definitions.
|
BigInteger |
getNumItems()
Returns the total number of type definitions.
|
Boolean |
hasMoreItems()
Returns whether there more type definitions or not.
|
getExtensions, setExtensions
List<TypeDefinition> getList()
Boolean hasMoreItems()
true
if there are more type definitions,
false
if there are no more type definitions,
null
if it's unknownBigInteger getNumItems()
null
if the
total number is unknownCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.