Class TLfnCustomProperty
java.lang.Object
com.luciad.fusion.platform.model.properties.TLfnCustomProperty
Represents a custom property. A custom property has a name, a value and a type.
Custom properties can store any additional information you would want to associate with a Data resource
.
- Since:
- 2022.1
- See Also:
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getName
Returns the name of the property.- Returns:
- the property name
-
getValue
Returns the value of the property. This is nevernull
.The
Class
of the value depends on the property type.- Returns:
- the property value, never
null
-
getType
Returns the type of the property value.- Returns:
- the value type
-
toString
-
newBuilder
Returns a new builder.- Returns:
- a new builder
-
equals
-
hashCode
public int hashCode()
-