FileDocCategorySizeDatePackage
AddressUse.javaAPI DocExample424Thu Feb 17 20:01:06 GMT 2000RelMgmt.Party

AddressUse.java

/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/

package RelMgmt.Party;

/** @stereotype moment-interval */
public class AddressUse {
    public void makeAddressUse() {
    }

    private int type;
    private int interval;
}