public interface Types
| Modifier and Type | Method and Description |
|---|---|
Collection<Type> |
getAllTypes()
Returns a unmodifiable list of collected types obtained during the parsing activity
|
<T extends Type> |
getBy(Class<T> type,
String name)
Returns a Model instance given a name
|
Type |
getBy(String name)
Returns a Type instance given a name
|
Collection<Type> getAllTypes()
Type getBy(String name)
name - the requested type name<T extends Type> T getBy(Class<T> type, String name)
type - type of the requested model (see ExtensibleType derivatives)name - the requested type nameCopyright © 2009-2016 Oracle Corporation. All Rights Reserved.