|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.fieldtype.TypeRegistry
public abstract class TypeRegistry
TypeRegistry provides type lookup from a logical type system. A logical type can have multiple aspects catpured in different physical representations. Each physical representation is captured in a "type source" (e.g. Java class, AML files). A TypeRegistry consolidates the type attributes from these different type sources into a logical notion of a type which is invariant of its physical representations.
Method Summary | |
---|---|
abstract java.lang.String |
getName()
|
TypeInfo |
getTypeInfo(java.lang.String name)
Retrieve the TypeInfo given the type name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public TypeInfo getTypeInfo(java.lang.String name)
TypeRetriever
getTypeInfo
in interface TypeRetriever
name
- - fully qualified type name
public abstract java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |