Class Hl7v3DataTypeAttribute<T>
- java.lang.Object
-
- org.herasaf.xacml.core.dataTypeAttribute.impl.AbstractDataTypeAttribute<T>
-
- org.openehealth.ipf.commons.ihe.xacml20.herasaf.types.Hl7v3DataTypeAttribute<T>
-
- All Implemented Interfaces:
Serializable,org.herasaf.xacml.core.dataTypeAttribute.DataTypeAttribute<T>
- Direct Known Subclasses:
CvDataTypeAttribute,IiDataTypeAttribute
public abstract class Hl7v3DataTypeAttribute<T> extends org.herasaf.xacml.core.dataTypeAttribute.impl.AbstractDataTypeAttribute<T>- Since:
- 3.5.1
- Author:
- Dmytro Rud
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Hl7v3DataTypeAttribute(Class<T> typeClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TconvertTo(String jaxbRepresentation)TconvertTo(List<?> list)-
Methods inherited from class org.herasaf.xacml.core.dataTypeAttribute.impl.AbstractDataTypeAttribute
equals, format, hashCode, toString
-
-
-
-
Method Detail
-
convertTo
public T convertTo(String jaxbRepresentation) throws org.herasaf.xacml.core.SyntaxException
- Specified by:
convertToin classorg.herasaf.xacml.core.dataTypeAttribute.impl.AbstractDataTypeAttribute<T>- Throws:
org.herasaf.xacml.core.SyntaxException
-
-