source: fedd/abac-src/ttg/test/XMLizable.java @ 181cf9c

axis_examplecompt_changesinfo-opsversion-2.00version-3.01version-3.02
Last change on this file since 181cf9c was 8780cbec, checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago

ABAC sources from Cobham

  • Property mode set to 100644
File size: 154 bytes
Line 
1package com.nailabs.abac.test;
2
3public 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.