org.hibernate.engine

Class ValueInclusion

Implemented Interfaces:
Serializable

public class ValueInclusion
extends java.lang.Object
implements Serializable

An enum of the different ways a value might be "included".

This is really an expanded true/false notion with "PARTIAL" being the expansion. PARTIAL deals with components in the cases where parts of the referenced component might define inclusion, but the component overall does not.

Author:
Steve Ebersole

Field Summary

static ValueInclusion
FULL
static ValueInclusion
NONE
static ValueInclusion
PARTIAL

Constructor Summary

ValueInclusion(String name)

Method Summary

String
getName()
String
toString()

Field Details

FULL

public static final ValueInclusion FULL

NONE

public static final ValueInclusion NONE

PARTIAL

public static final ValueInclusion PARTIAL

Constructor Details

ValueInclusion

public ValueInclusion(String name)

Method Details

getName

public String getName()

toString

public String toString()