|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wles.util.AttributeElementFactory
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 |
public static AttributeElement createAttributeElement()
public static AttributeElement createAttributeElement(java.lang.String name,
java.lang.Object value)
throws BadParameterException,
UnsupportedTypeException,
TypeConversionException
name - attribute namevalue - value of the attribute
AttributeElement object
BadParameterException
UnsupportedTypeException
TypeConversionExceptionTypeConverterRegistry,
TypeConverter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||