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 T
convertTo(String jaxbRepresentation)
T
convertTo(List<?> list)
-
Methods inherited from class org.herasaf.xacml.core.dataTypeAttribute.impl.AbstractDataTypeAttribute
equals, hashCode, toString
-
-
-
-
Method Detail
-
convertTo
public T convertTo(String jaxbRepresentation) throws org.herasaf.xacml.core.SyntaxException
- Specified by:
convertTo
in classorg.herasaf.xacml.core.dataTypeAttribute.impl.AbstractDataTypeAttribute<T>
- Throws:
org.herasaf.xacml.core.SyntaxException
-
-