public class QuoteValue<T> extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected QuoteStyle | quoteStyle | 
| protected T | value | 
| Constructor and Description | 
|---|
| QuoteValue(T value,
          QuoteStyle quoteStyle) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| QuoteStyle | getQuoteStyle() | 
| T | getValue() | 
| int | hashCode() | 
| String | toString() | 
protected final T value
protected final QuoteStyle quoteStyle
public QuoteValue(T value, QuoteStyle quoteStyle)
public T getValue()
public QuoteStyle getQuoteStyle()
Copyright © 2023. All rights reserved.