com.vladium.emma.report
Class IItemMetadata.Factory

java.lang.Object
  extended by com.vladium.emma.report.IItemMetadata.Factory
Enclosing interface:
IItemMetadata

public abstract static class IItemMetadata.Factory
extends java.lang.Object


Field Summary
private static IItemMetadata[] METADATA
           
 
Constructor Summary
private IItemMetadata.Factory()
           
 
Method Summary
static IItemMetadata[] getAllTypes()
           
static IItemMetadata getTypeMetadata(int typeID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

METADATA

private static final IItemMetadata[] METADATA
Constructor Detail

IItemMetadata.Factory

private IItemMetadata.Factory()
Method Detail

getTypeMetadata

public static IItemMetadata getTypeMetadata(int typeID)

getAllTypes

public static IItemMetadata[] getAllTypes()