// Decompiled by Jad v1.5.7f. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) braces deadcode fieldsfirst 
// Source File Name:   Mutable.java
// Class Version:      45.3

package oracle.sql;


// Referenced classes of package oracle.sql:
//            CustomDatum

// flag ACC_ABSTRACT is set
public interface Mutable
{
    // Constants:          11
    // Interfaces:         0
    // Fields:             0
    // Methods:            1
    // Class Attributes:   1


    // Parameter  0 added: Name this Type Loracle/sql/Mutable; At 0 0 Range 0 4294967295 Init 0 fixed
    // Parameter  1 added: Name customdatum Type Loracle/sql/CustomDatum; At 0 0 Range 0 4294967295 Init 0
    // RetValue   2 added: Name <returnValue> Type V At 0 0 Range 0 4294967295 Init 0 fixed
    public abstract void copy(CustomDatum customdatum);
}
