UIX 2.2.15

oracle.cabo.share.xml.beans
Class BasePropertyDef

java.lang.Object
  |
  +--oracle.cabo.share.xml.beans.PropertyDef
        |
        +--oracle.cabo.share.xml.beans.BasePropertyDef
Direct Known Subclasses:
IntrospectionPropertyDef

public abstract class BasePropertyDef
extends PropertyDef

Base implementation of PropertyDef.


Constructor Summary
BasePropertyDef()

Method Summary
java.lang.Object parseText(ParseContext context, java.lang.String text)
Parses a string into the correct Java type for this class.

Methods inherited from class oracle.cabo.share.xml.beans.PropertyDef
getName, getPropertyType, getValue, parseText, setValue

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

BasePropertyDef

public BasePropertyDef()

Method Detail

parseText

public java.lang.Object parseText(ParseContext context,
                                  java.lang.String text)
                           throws java.lang.IllegalArgumentException
Description copied from class: PropertyDef
Parses a string into the correct Java type for this class. The returned object must be an instance of the class returned by getPropertyType().
Overrides:
parseText in class PropertyDef
Following copied from class: oracle.cabo.share.xml.beans.PropertyDef
Parameters:
context - the current parsing context
text - the text of the property
Throws:
java.lang.IllegalArgumentException - if the text cannot be parsed.

UIX 2.2.15