?? StandardDeleteOption
- ????????:
Serializable
,Comparable<StandardDeleteOption>
,java.lang.constant.Constable
,DeleteOption
Defines the standard delete options.
- ???????:
- 2.8.0
-
?????
????????/?? java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
??????
???? -
????
??????????static boolean
overrideReadOnly
(DeleteOption[] options) Returns true if the given options containOVERRIDE_READ_ONLY
.static StandardDeleteOption
?????????????????? ??????????????????? ????????(?????? ??????)static StandardDeleteOption[]
values()
???????????????, ??????????????
-
????????
-
OVERRIDE_READ_ONLY
Overrides the read-only attribute to allow deletion.
-
-
??????
-
values
???????????????, ??????????????- ??:
- ???????????????????????????
-
valueOf
?????????????????? ??????????????????? ????????(?????? ??????)- ??:
name
- ????????????- ??:
- ?????????????
- ??:
IllegalArgumentException
- ??????????????????NullPointerException
- ???????
-
overrideReadOnly
Returns true if the given options containOVERRIDE_READ_ONLY
. For now, assume the array is not sorted.- ??:
options
- the array to test- ??:
- true if the given options contain
OVERRIDE_READ_ONLY
.
-