Package org.biojava.bio.seq.io.filterxml
Interface XMLAnnotationTypeWriter.XMLPropertyConstraintWriter
-
- Enclosing class:
- XMLAnnotationTypeWriter
public static interface XMLAnnotationTypeWriter.XMLPropertyConstraintWriter
Writer for types of PropertyConstraint. Implement this to add support for a new type of PropertyConstraint.- Since:
- 1.3
- Author:
- Thomas Down
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writePropertyConstraint(PropertyConstraint pc, XMLWriter xw, XMLAnnotationTypeWriter config)
-
-
-
Method Detail
-
writePropertyConstraint
void writePropertyConstraint(PropertyConstraint pc, XMLWriter xw, XMLAnnotationTypeWriter config) throws ClassCastException, IOException, IllegalArgumentException
-
-