Record Class Integration.Icu.WordBreaking
java.lang.Object
java.lang.Record
net.flectone.pulse.config.Integration.Icu.WordBreaking
- Enclosing class:
Integration.Icu
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebreakCharacterrecord component.builder()enable()Returns the value of theenablerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.khmer()Returns the value of thekhmerrecord component.lao()Returns the value of thelaorecord component.thai()Returns the value of thethairecord component.tibetan()Returns the value of thetibetanrecord component.final StringtoString()Returns a string representation of this record class.withBreakCharacter(String breakCharacter) withEnable(Boolean enable) withTibetan(Boolean tibetan)
-
Constructor Details
-
WordBreaking
public WordBreaking(Boolean enable, Boolean thai, Boolean khmer, Boolean lao, Boolean tibetan, String breakCharacter) Creates an instance of aWordBreakingrecord class.- Parameters:
enable- the value for theenablerecord componentthai- the value for thethairecord componentkhmer- the value for thekhmerrecord componentlao- the value for thelaorecord componenttibetan- the value for thetibetanrecord componentbreakCharacter- the value for thebreakCharacterrecord component
-
-
Method Details
-
builder
-
toBuilder
-
withEnable
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withThai
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withKhmer
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withLao
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withTibetan
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withBreakCharacter
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
enable
Returns the value of theenablerecord component.- Returns:
- the value of the
enablerecord component
-
thai
Returns the value of thethairecord component.- Returns:
- the value of the
thairecord component
-
khmer
Returns the value of thekhmerrecord component.- Returns:
- the value of the
khmerrecord component
-
lao
Returns the value of thelaorecord component.- Returns:
- the value of the
laorecord component
-
tibetan
Returns the value of thetibetanrecord component.- Returns:
- the value of the
tibetanrecord component
-
breakCharacter
Returns the value of thebreakCharacterrecord component.- Returns:
- the value of the
breakCharacterrecord component
-