Uses of Class
com.sun.n1.util.enum.NoSuchEnumException

Packages that use NoSuchEnumException
com.sun.n1.sps.model   
com.sun.n1.sps.model.component   
com.sun.n1.sps.model.difference   
com.sun.n1.sps.model.executor   
com.sun.n1.sps.model.host   
com.sun.n1.sps.model.rule   
com.sun.n1.sps.model.util   
com.sun.n1.util.enum   
 

Uses of NoSuchEnumException in com.sun.n1.sps.model
 

Methods in com.sun.n1.sps.model that throw NoSuchEnumException
 Visibility Visibility.Factory.get(int value)
          Returns the visibility associated with the passed int value.
 Visibility Visibility.Factory.get(java.lang.String value)
          Returns the visibility associated with the passed string value.
 

Uses of NoSuchEnumException in com.sun.n1.sps.model.component
 

Methods in com.sun.n1.sps.model.component that throw NoSuchEnumException
 Modifier Modifier.Factory.get(int value)
          Returns the modifier associated with the passed int value.
 NamedBlockType NamedBlockType.Factory.get(int value)
          Returns the named block type associated with the passed int value.
 Modifier Modifier.Factory.get(java.lang.String value)
          Returns the modifier associated with the passed String value.
 NamedBlockType NamedBlockType.Factory.get(java.lang.String value)
          Returns the named block type associated with the passed String value.
 

Uses of NoSuchEnumException in com.sun.n1.sps.model.difference
 

Methods in com.sun.n1.sps.model.difference that throw NoSuchEnumException
 Level Level.Factory.get(int value)
          Returns the level associated with the passed int value.
 Scope Scope.Factory.get(int value)
          Returns the scope associated with the passed int value.
 Style Style.Factory.get(int value)
          Returns the style associated with the passed int value.
 Level Level.Factory.get(java.lang.String value)
          Returns the level associated with the passed string value.
 Scope Scope.Factory.get(java.lang.String value)
          Returns the scope associated with the passed string value.
 Style Style.Factory.get(java.lang.String value)
          Returns the style associated with the passed string value.
 

Uses of NoSuchEnumException in com.sun.n1.sps.model.executor
 

Methods in com.sun.n1.sps.model.executor that throw NoSuchEnumException
 OutputType OutputType.Factory.get(int value)
          Returns the output type associated with the passed int value.
 RunLevel RunLevel.Factory.get(int value)
          Returns the output type associated with the passed int value.
 TargetStatusCode TargetStatusCode.Factory.get(int value)
          Returns the output type associated with the passed int value.
 TaskStatus TaskStatus.Factory.get(int value)
          Returns the task status associated with the passed int value.
 OutputType OutputType.Factory.get(java.lang.String value)
          Returns the app type associated with the passed string value.
 RunLevel RunLevel.Factory.get(java.lang.String value)
          Returns the app type associated with the passed string value.
 TargetStatusCode TargetStatusCode.Factory.get(java.lang.String value)
          Returns the app type associated with the passed string value.
 TaskStatus TaskStatus.Factory.get(java.lang.String value)
          Returns the task status associated with the passed string value.
 

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

Methods in com.sun.n1.sps.model.host that throw NoSuchEnumException
 AppType AppType.Factory.get(int value)
          Returns the app type associated with the passed int value.
 ComparisonType ComparisonType.Factory.get(int value)
          Returns the comparison type associated with the passed int value.
 ConnectionType ConnectionType.Factory.get(int value)
          Returns the connection 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.
 ComparisonType ComparisonType.Factory.get(java.lang.String value)
          Returns the comparison type associated with the passed string value.
 ConnectionType ConnectionType.Factory.get(java.lang.String value)
          Returns the connection type associated with the passed string value.
 

Uses of NoSuchEnumException in com.sun.n1.sps.model.rule
 

Methods in com.sun.n1.sps.model.rule that throw NoSuchEnumException
 CriteriaShorthand CriteriaShorthand.Factory.get(int value)
          Returns the output type associated with the passed int value.
 HostStatus HostStatus.Factory.get(int value)
          Returns the output type associated with the passed int value.
 TaskType TaskType.Factory.get(int value)
          Returns the output type associated with the passed int value.
 CriteriaShorthand CriteriaShorthand.Factory.get(java.lang.String value)
          Returns the app type associated with the passed string value.
 HostStatus HostStatus.Factory.get(java.lang.String value)
          Returns the app type associated with the passed string value.
 TaskType TaskType.Factory.get(java.lang.String value)
          Returns the app type associated with the passed string value.
 

Uses of NoSuchEnumException in com.sun.n1.sps.model.util
 

Methods in com.sun.n1.sps.model.util that throw NoSuchEnumException
 TransformType TransformType.Factory.get(int value)
          Returns the transform type associated with the passed int value.
 TransformType TransformType.Factory.get(java.lang.String value)
          Returns the transform type associated with the passed string value.
 

Uses of NoSuchEnumException in com.sun.n1.util.enum
 

Methods in com.sun.n1.util.enum that throw NoSuchEnumException
 Enum EnumFactory.getEnum(int value)
          Returns the enum associated with the passed int value.
 Enum EnumFactoryImpl.getEnum(int value)
          Returns the enum associated with the passed int value.
 Enum EnumFactory.getEnum(java.lang.String value)
          Returns the enum associated with the passed String value.
 Enum EnumFactoryImpl.getEnum(java.lang.String value)
          Returns the enum associated with the passed string value.