Uses of Class
com.sun.n1.util.enumx.NoSuchEnumExceptionX

Packages that use NoSuchEnumExceptionX
com.sun.n1.sps.model.bundle   
com.sun.n1.sps.model.host   
com.sun.n1.util.enumx   
 

Uses of NoSuchEnumExceptionX in com.sun.n1.sps.model.bundle
 

Methods in com.sun.n1.sps.model.bundle that throw NoSuchEnumExceptionX
 EntityType EntityType.Factory.get(int value)
          Returns the EntityType associated with the passed int value.
 EntityType EntityType.Factory.get(java.lang.String value)
          Returns the EntityType associated with the passed String value.
 

Uses of NoSuchEnumExceptionX in com.sun.n1.sps.model.host
 

Methods in com.sun.n1.sps.model.host that throw NoSuchEnumExceptionX
 AppType AppType.Factory.get(int value)
          Returns the app type associated with the passed int value.
 AppType AppType.Factory.get(java.lang.String value)
          Returns the app type associated with the passed string value.
 

Uses of NoSuchEnumExceptionX in com.sun.n1.util.enumx
 

Methods in com.sun.n1.util.enumx that throw NoSuchEnumExceptionX
 EnumX EnumFactoryXImpl.getEnumX(int value)
           
 EnumX EnumFactoryX.getEnumX(int value)
          Returns the EnumX associated with the passed int value.
 EnumX EnumFactoryXImpl.getEnumX(java.lang.String value)
           
 EnumX EnumFactoryX.getEnumX(java.lang.String value)
          Returns the EnumX associated with the passed String value.