FileDocCategorySizeDatePackage
MappingElement.javaAPI DocGlassfish v2 API3200Fri May 04 22:34:44 BST 2007com.sun.jdo.api.persistence.model.mapping

MappingElement

public interface MappingElement implements Comparable, MappingElementProperties
author
raccah
version
%I%

Fields Summary
Constructors Summary
Methods Summary
public voidaddPropertyChangeListener(java.beans.PropertyChangeListener l)
Add a property change listener.

param
l the listener to add

public voidaddVetoableChangeListener(java.beans.VetoableChangeListener l)
Add a vetoable change listener.

param
l the listener to add

public java.lang.StringgetName()
Get the name of this mapping element.

return
the name

public voidremovePropertyChangeListener(java.beans.PropertyChangeListener l)
Remove a property change listener.

param
l the listener to remove

public voidremoveVetoableChangeListener(java.beans.VetoableChangeListener l)
Remove a vetoable change listener.

param
l the listener to remove

public voidsetName(java.lang.String name)
Set the name of this mapping element.

param
name the name
exception
ModelException if impossible