@Deprecated public static enum IMetaAssociation.AssociationCascadingDeletion extends Enum<IMetaAssociation.AssociationCascadingDeletion>
| Enum Constant and Description | 
|---|
CASCADEONDELETEBOTH
Deprecated.  
  | 
CASCADEONDELETECHILD
Deprecated.  
  | 
CASCADEONDELETEPARENT
Deprecated.  
  | 
DONOTCASCADE
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static IMetaAssociation.AssociationCascadingDeletion | 
valueOf(String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static IMetaAssociation.AssociationCascadingDeletion[] | 
values()
Deprecated.  
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final IMetaAssociation.AssociationCascadingDeletion DONOTCASCADE
public static final IMetaAssociation.AssociationCascadingDeletion CASCADEONDELETEPARENT
public static final IMetaAssociation.AssociationCascadingDeletion CASCADEONDELETECHILD
public static final IMetaAssociation.AssociationCascadingDeletion CASCADEONDELETEBOTH
public static IMetaAssociation.AssociationCascadingDeletion[] values()
for (IMetaAssociation.AssociationCascadingDeletion c : IMetaAssociation.AssociationCascadingDeletion.values()) System.out.println(c);
public static IMetaAssociation.AssociationCascadingDeletion valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null