|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Types
Represents the result of a parsing activity.
| Method Summary | ||
|---|---|---|
Collection<Type> |
getAllTypes()
Returns a unmodifiable list of collected types obtained during the parsing activity |
|
|
getBy(Class<T> type,
String name)
Returns a Model instance given a name |
|
Type |
getBy(String name)
Returns a Type instance given a name |
|
| Method Detail |
|---|
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 name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||