| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.openorb.CORBA.kernel.Property
This class provides information about an OpenORB property. The class cannot be constructed outside of the Properties class.
| Method Summary | |
|  boolean | getBooleanValue()Get the property value as a boolean. | 
|  java.lang.Class | getClassValue()Get the property value as a Class object. | 
|  int | getIntValue()Get the property value as an integer. | 
|  java.lang.String | getName()Get the property name. | 
|  java.net.URL | getURLValue()Get the property value as a URL. | 
|  java.lang.String | getValue()Get the property value as a string. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public java.lang.String getName()
public java.lang.String getValue()
public int getIntValue()
INITIALIZE - the property value cannot be parsed as an int.public boolean getBooleanValue()
public java.lang.Class getClassValue()
INITIALIZE - the property value cannot be loaded as a class.public java.net.URL getURLValue()
INITIALIZE - the property value cannot be parsed as a URL.| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||