@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.765Z") @Stability(value=Experimental) public class TokenComparison extends software.amazon.jsii.JsiiObject
The return type of {@link Token.compareStrings}.
| Modifier and Type | Field and Description |
|---|---|
static TokenComparison |
BOTH_UNRESOLVED
(experimental) This means both components are Tokens.
|
static TokenComparison |
DIFFERENT
(experimental) This means we're certain the two components are NOT Tokens, and different.
|
static TokenComparison |
ONE_UNRESOLVED
(experimental) This means exactly one of the components is a Token.
|
static TokenComparison |
SAME
(experimental) This means we're certain the two components are NOT Tokens, and identical.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TokenComparison(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
TokenComparison(software.amazon.jsii.JsiiObjectRef objRef) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final TokenComparison BOTH_UNRESOLVED
@Stability(value=Experimental) public static final TokenComparison DIFFERENT
@Stability(value=Experimental) public static final TokenComparison ONE_UNRESOLVED
@Stability(value=Experimental) public static final TokenComparison SAME
Copyright © 2021. All rights reserved.