Class RegExSettings
java.lang.Object
com.e1c.langtool.storage.regex.model.RegExSettings
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetItems()booleanisEmpty()Check if items list is empty.voidvoidsetComment(String comment) voidvoidsetLanguageCode(String languageCode)
-
Field Details
-
PROPERTY_LANGUAGE_CODE
- See Also:
-
PROPERTY_COMMENT
- See Also:
-
PROPERTY_items
- See Also:
-
-
Constructor Details
-
RegExSettings
public RegExSettings()
-
-
Method Details
-
addPropertyChangeListener
-
removePropertyChangeListener
-
getComment
- Returns:
- the comment
-
setComment
- Parameters:
comment- the comment to set
-
getLanguageCode
- Returns:
- the languageCode
-
setLanguageCode
- Parameters:
languageCode- the languageCode to set
-
getItems
- Returns:
- the items
-
setItems
- Parameters:
items- the items to set
-
isEmpty
public boolean isEmpty()Check if items list is empty.- Returns:
trueif items list is empty,falseotherwise.
-