Class FeatureProperties


  • public class FeatureProperties
    extends Object
    Information about feature.
    • Constructor Detail

      • FeatureProperties

        public FeatureProperties()
    • Method Detail

      • state

        public String state()
        Get the state value.
        Returns:
        the state value
      • withState

        public FeatureProperties withState​(String state)
        Set the state value.
        Parameters:
        state - the state value to set
        Returns:
        the FeatureProperties object itself.