Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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, 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.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.