com.wles.util
Class AttributeElementFactory

java.lang.Object
  extended bycom.wles.util.AttributeElementFactory

public class AttributeElementFactory
extends java.lang.Object

Used to produce new AttributeElement objects.


Method Summary
static AttributeElement createAttributeElement()
          Creates a AttributeElement object.
static AttributeElement createAttributeElement(java.lang.String name, java.lang.Object value)
          Creates a AttributeElement object with initial values.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createAttributeElement

public static AttributeElement createAttributeElement()
Creates a AttributeElement object.


createAttributeElement

public static AttributeElement createAttributeElement(java.lang.String name,
                                                      java.lang.Object value)
                                               throws BadParameterException,
                                                      UnsupportedTypeException,
                                                      TypeConversionException
Creates a AttributeElement object with initial values.

Parameters:
name - attribute name
value - value of the attribute
Returns:
new AttributeElement object
Throws:
BadParameterException
UnsupportedTypeException
TypeConversionException
See Also:
TypeConverterRegistry, TypeConverter


Copyright © 2005 BEA Systems Inc. All Rights Reserved.