FileDocCategorySizeDatePackage
NotFoundReason.javaAPI DocJava SE 5 API1723Fri Aug 26 17:25:12 BST 2005org.omg.CosNaming.NamingContextPackage

NotFoundReason

public class NotFoundReason extends Object implements org.omg.CORBA.portable.IDLEntity
Indicates the reason for not able to resolve.

Fields Summary
private int
__value
private static int
__size
private static NotFoundReason[]
__array
public static final int
_missing_node
public static final NotFoundReason
missing_node
public static final int
_not_context
public static final NotFoundReason
not_context
public static final int
_not_object
public static final NotFoundReason
not_object
Constructors Summary
protected NotFoundReason(int value)

    __value = value;
    __array[__value] = this;
  
Methods Summary
public static org.omg.CosNaming.NamingContextPackage.NotFoundReasonfrom_int(int value)

    if (value >= 0 && value < __size)
      return __array[value];
    else
      throw new org.omg.CORBA.BAD_PARAM ();
  
public intvalue()


     
  
    return __value;