public class DayTimeDurationAttributeProxy extends Object implements AttributeProxy
| Constructor and Description |
|---|
DayTimeDurationAttributeProxy() |
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
getInstance(Node root)
Tries to create a new
AttributeValue based on the given
DOM root node. |
AttributeValue |
getInstance(String value)
Tries to create a new
AttributeValue based on the given
String data. |
public AttributeValue getInstance(Node root) throws Exception
AttributeProxyAttributeValue based on the given
DOM root node.getInstance in interface AttributeProxyroot - the DOM root of some attribute dataAttributeValue representing the given dataException - if the data couldn't be used (the exception is
typically wrapping some other exception)public AttributeValue getInstance(String value) throws Exception
AttributeProxyAttributeValue based on the given
String data.getInstance in interface AttributeProxyvalue - the text form of some attribute dataAttributeValue representing the given dataException - if the data couldn't be used (the exception is
typically wrapping some other exception)Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.