Uses of Enum
org.eclipse.persistence.internal.helper.JavaSEPlatform
Packages that use JavaSEPlatform
-
Uses of JavaSEPlatform in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper declared as JavaSEPlatformModifier and TypeFieldDescriptionstatic final JavaSEPlatformJavaSEPlatform.CURRENTCurrent Java SE platform.static final JavaSEPlatformJavaSEPlatform.MIN_SUPPORTEDLowest supported Java SE platform.Methods in org.eclipse.persistence.internal.helper that return JavaSEPlatformModifier and TypeMethodDescriptionJavaVersion.toPlatform()ReturnJavaSEPlatformmatching this Java SE specification version.static JavaSEPlatformJavaSEPlatform.toValue(int major, int minor) Returns aJavaSEPlatformmatching providedmajorandminorversion numbers.static JavaSEPlatformReturns aJavaSEPlatformwith a value represented by the specifiedString.static JavaSEPlatformReturns the enum constant of this type with the specified name.static JavaSEPlatform[]JavaSEPlatform.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.internal.helper with parameters of type JavaSEPlatformModifier and TypeMethodDescriptionstatic booleanJavaSEPlatform.atLeast(JavaSEPlatform platform) Check whether current Java SE is at least (greater or equal) provided platform.booleanJavaSEPlatform.gte(JavaSEPlatform platform) Check if this platform is equal or greater to specified platform.static booleanJavaSEPlatform.is(JavaSEPlatform platform) Check whether current Java SE is exactly matching provided platform.