Summary:
  Methods
  
  | Inherited Methods
MinMaxSupportedValue
  public
  
  
  
  class
  MinMaxSupportedValue
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.car.hardware.property.MinMaxSupportedValue<T> | 
A structure contains min/max supported value.
Summary
| Public methods | |
|---|---|
| 
        
        
        
        
        
        T | 
      getMaxValue()
      Gets the currently supported max value. | 
| 
        
        
        
        
        
        T | 
      getMinValue()
      Gets the currently supported min value. | 
| Inherited methods | |
|---|---|
Public methods
getMaxValue
public T getMaxValue ()
Gets the currently supported max value.
| Returns | |
|---|---|
| T | The currently supported max value, or nullif not specified. | 
getMinValue
public T getMinValue ()
Gets the currently supported min value.
| Returns | |
|---|---|
| T | The currently supported min value, or nullif not specified. | 
