- Alle implementierten Schnittstellen:
Serializable,Comparable<RegexFlag>,Constable
Java class for RegexFlag.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="RegexFlag">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNIX_LINES"/>
<enumeration value="CASE_INSENSITIVE"/>
<enumeration value="COMMENTS"/>
<enumeration value="MULTILINE"/>
<enumeration value="LITERAL"/>
<enumeration value="DOTALL"/>
<enumeration value="UNICODE_CASE"/>
<enumeration value="CANON_EQ"/>
<enumeration value="UNICODE_CHARACTER_CLASS"/>
</restriction>
</simpleType>
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum-Konstanten - Übersicht
Enum-KonstantenEnum-KonstanteBeschreibungApply thePattern.CANON_EQflag to regular expressions from the code generation configuration.Apply thePattern.CASE_INSENSITIVEflag to regular expressions from the code generation configuration.Apply thePattern.COMMENTSflag to regular expressions from the code generation configuration.Apply thePattern.DOTALLflag to regular expressions from the code generation configuration.Apply thePattern.LITERALflag to regular expressions from the code generation configuration.Apply thePattern.MULTILINEflag to regular expressions from the code generation configuration.Apply thePattern.UNICODE_CASEflag to regular expressions from the code generation configuration.Apply thePattern.UNICODE_CHARACTER_CLASSflag to regular expressions from the code generation configuration.Apply thePattern.UNIX_LINESflag to regular expressions from the code generation configuration. -
Methodenübersicht
-
Enum-Konstanten - Details
-
UNIX_LINES
Apply thePattern.UNIX_LINESflag to regular expressions from the code generation configuration. -
CASE_INSENSITIVE
Apply thePattern.CASE_INSENSITIVEflag to regular expressions from the code generation configuration. -
COMMENTS
Apply thePattern.COMMENTSflag to regular expressions from the code generation configuration. -
MULTILINE
Apply thePattern.MULTILINEflag to regular expressions from the code generation configuration. -
LITERAL
Apply thePattern.LITERALflag to regular expressions from the code generation configuration. -
DOTALL
Apply thePattern.DOTALLflag to regular expressions from the code generation configuration. -
UNICODE_CASE
Apply thePattern.UNICODE_CASEflag to regular expressions from the code generation configuration. -
CANON_EQ
Apply thePattern.CANON_EQflag to regular expressions from the code generation configuration. -
UNICODE_CHARACTER_CLASS
Apply thePattern.UNICODE_CHARACTER_CLASSflag to regular expressions from the code generation configuration.
-
-
Methodendetails
-
values
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.- Gibt zurück:
- ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration
-
valueOf
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enum-Konstante in dieser Klasse deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)- Parameter:
name- Name der zurückzugebenden Enumerationskonstante.- Gibt zurück:
- Enumerationskonstante mit dem angegebenen Namen
- Löst aus:
IllegalArgumentException- wenn diese Enum-Klasse keine Konstante mit dem angegebenen Namen enthältNullPointerException- wenn das Argument nicht angegeben wird
-
value
-
fromValue
-