public class Property
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
public java.lang.String getName()
public java.lang.String getValue()
public int getIntValue()
org.omg.CORBA.INITIALIZE - the property value cannot be parsed as an int.public boolean getBooleanValue()
org.omg.CORBA.INITIALIZE - the property value cannot be parsed as a boolean.public java.lang.Class getClassValue()
org.omg.CORBA.INITIALIZE - the property value cannot be loaded as a class.public java.net.URL getURLValue()
org.omg.CORBA.INITIALIZE - the property value cannot be parsed as a URL.