|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CascadeType | |
|---|---|
| org.eclipse.jpt.core.resource.java | |
| Uses of CascadeType in org.eclipse.jpt.core.resource.java |
|---|
| Methods in org.eclipse.jpt.core.resource.java that return CascadeType | |
|---|---|
static CascadeType |
CascadeType.fromJavaAnnotationValue(java.lang.Object javaAnnotationValue)
|
static CascadeType[] |
CascadeType.fromJavaAnnotationValues(java.lang.Object[] javaAnnotationValues)
|
static CascadeType |
CascadeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CascadeType[] |
CascadeType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.eclipse.jpt.core.resource.java with parameters of type CascadeType | |
|---|---|
static java.lang.String |
CascadeType.toJavaAnnotationValue(CascadeType cascadeType)
|
static java.lang.String[] |
CascadeType.toJavaAnnotationValues(CascadeType[] cascadeTypes)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||