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 an AttributeElement object.
static AttributeElement createAttributeElement(java.lang.String name, java.lang.Object value)
          Creates an 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 an AttributeElement object.


createAttributeElement

public static AttributeElement createAttributeElement(java.lang.String name,
                                                      java.lang.Object value)
                                               throws BadParameterException,
                                                      UnsupportedTypeException,
                                                      TypeConversionException
Creates an 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 © 2004-2008, Oracle and/or its affiliates. All rights reserved.