public static enum MedRtEntityAssnsToEntityProcessor.SelfReferencingAssociationPolicy extends java.lang.Enum<MedRtEntityAssnsToEntityProcessor.SelfReferencingAssociationPolicy>
Enum Constant and Description |
---|
AS_ASSOCIATIONS |
AS_PROPERTY_LINKS |
BOTH |
IGNORE |
Modifier and Type | Method and Description |
---|---|
static MedRtEntityAssnsToEntityProcessor.SelfReferencingAssociationPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MedRtEntityAssnsToEntityProcessor.SelfReferencingAssociationPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedRtEntityAssnsToEntityProcessor.SelfReferencingAssociationPolicy IGNORE
public static final MedRtEntityAssnsToEntityProcessor.SelfReferencingAssociationPolicy AS_ASSOCIATIONS
public static final MedRtEntityAssnsToEntityProcessor.SelfReferencingAssociationPolicy AS_PROPERTY_LINKS
public static final MedRtEntityAssnsToEntityProcessor.SelfReferencingAssociationPolicy BOTH
public static MedRtEntityAssnsToEntityProcessor.SelfReferencingAssociationPolicy[] values()
for (MedRtEntityAssnsToEntityProcessor.SelfReferencingAssociationPolicy c : MedRtEntityAssnsToEntityProcessor.SelfReferencingAssociationPolicy.values()) System.out.println(c);
public static MedRtEntityAssnsToEntityProcessor.SelfReferencingAssociationPolicy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null