ariba.util.fieldtype
Interface TypeRetriever

All Known Implementing Classes:
JavaTypeProvider, JavaTypeRegistry, PrimitiveTypeProvider, TypeProvider, TypeRegistry, TypeRetrieverChain

public interface TypeRetriever

TypeRetriever provides lookup of a type within a specific scope.


Method Summary
 TypeInfo getTypeInfo(java.lang.String name)
          Retrieve the TypeInfo given the type name.
 

Method Detail

getTypeInfo

TypeInfo getTypeInfo(java.lang.String name)
Retrieve the TypeInfo given the type name.

Parameters:
name - - fully qualified type name
Returns:
TypeInfo for the specified type name. If type is not found, return null;


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.