|
||||||||||
| 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 | ||
|---|---|---|
java.util.Collection<Type> |
getAllTypes()
Returns a unmodifiable list of collected types obtained during the parsing activity |
|
|
getBy(java.lang.Class<T> type,
java.lang.String name)
Returns a Model instance given a name |
|
Type |
getBy(java.lang.String name)
Returns a Type instance given a name |
|
| Method Detail |
|---|
java.util.Collection<Type> getAllTypes()
Type getBy(java.lang.String name)
name - the requested type name
<T extends Type> T getBy(java.lang.Class<T> type,
java.lang.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 | |||||||||