KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > PortableServer > IdAssignmentPolicyValue

org.omg.PortableServer
Class IdAssignmentPolicyValue

java.lang.Object
  extended by org.omg.PortableServer.IdAssignmentPolicyValue
All Implemented Interfaces:
Serializable, IDLEntity
See Also:
Top Examples, Source Code

public static IdAssignmentPolicyValue from_int(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected IdAssignmentPolicyValue(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final IdAssignmentPolicyValue SYSTEM_ID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final IdAssignmentPolicyValue USER_ID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int value()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int _SYSTEM_ID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int _USER_ID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags