Package hdi.codeent
Record Class CategoriesRenderingInfo
java.lang.Object
java.lang.Record
hdi.codeent.CategoriesRenderingInfo
-
Constructor Summary
ConstructorsConstructorDescriptionCategoriesRenderingInfo
(String header, String label, String val) Creates an instance of aCategoriesRenderingInfo
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.header()
Returns the value of theheader
record component.label()
Returns the value of thelabel
record component.final String
toString()
Returns a string representation of this record class.val()
Returns the value of theval
record component.
-
Constructor Details
-
CategoriesRenderingInfo
-
-
Method Details
-
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)
. -
header
Returns the value of theheader
record component.- Returns:
- the value of the
header
record component
-
label
Returns the value of thelabel
record component.- Returns:
- the value of the
label
record component
-
val
Returns the value of theval
record component.- Returns:
- the value of the
val
record component
-