Package net.anotheria.asg.generator.meta
Class TypeFactory
- java.lang.Object
-
- net.anotheria.asg.generator.meta.TypeFactory
-
public class TypeFactory extends java.lang.ObjectFactory for the meta types.- Version:
- $Id: $Id
- Author:
- another
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IMetaTypecreateType(MetaProperty.Type type)Creates a type out of a string description.
-
-
-
Method Detail
-
createType
public static final IMetaType createType(MetaProperty.Type type)
Creates a type out of a string description.- Parameters:
type- aMetaProperty.Typeobject.- Returns:
- a
IMetaTypeobject.
-
-