org.example.azapi.util
Class AzEntityFactory

java.lang.Object
  extended by org.example.azapi.util.AzEntityFactory

public class AzEntityFactory
extends java.lang.Object

Author:
Rich

Constructor Summary
AzEntityFactory()
           
 
Method Summary
static
<T extends java.lang.Enum<T> & AzCategoryId>
AzEntity<T>
getAzEntity(T t)
           
static
<T> T
getMiddle(T[] a)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AzEntityFactory

public AzEntityFactory()
Method Detail

getAzEntity

public static <T extends java.lang.Enum<T> & AzCategoryId> AzEntity<T> getAzEntity(T t)

getMiddle

public static <T> T getMiddle(T[] a)