source:
fedd/abac-src/ttg/test/XMLizable.java
@
79b6596
Last change on this file since 79b6596 was 8780cbec, checked in by , 15 years ago | |
---|---|
|
|
File size: 154 bytes |
Line | |
---|---|
1 | package com.nailabs.abac.test; |
2 | |
3 | public interface XMLizable { |
4 | /** Convert this operation into an XML compatible format */ |
5 | public String toXML(); |
6 | } |
Note: See TracBrowser
for help on using the repository browser.