Uses of Class
com.luciad.fusion.platform.model.properties.TLfnCustomProperty.Builder
Packages that use TLfnCustomProperty.Builder
Package
Description
This package contains interfaces and classes related to custom properties.
-
Uses of TLfnCustomProperty.Builder in com.luciad.fusion.platform.model.properties
Methods in com.luciad.fusion.platform.model.properties that return TLfnCustomProperty.BuilderModifier and TypeMethodDescriptionTLfnCustomProperty.Builder.booleanValue
(Boolean aValue) Sets the value of the property to the givenBoolean
value.TLfnCustomProperty.Builder.dateValue
(ZonedDateTime aValue) Sets the value of the property to the givenZonedDateTime
value.TLfnCustomProperty.Builder.doubleValue
(Double aValue) Sets the value of the property to the givenDouble
value.Sets the value of the property to the givenLong
value.Sets the name of the propertystatic TLfnCustomProperty.Builder
TLfnCustomProperty.newBuilder()
Returns a new builder.TLfnCustomProperty.Builder.stringValue
(String aValue) Sets the value of the property to the givenString
value.TLfnCustomProperty.Builder.value
(ELfnCustomPropertyType aType, Object aValue) Sets the type and value of the property.