public class SFVariant extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SFVariant.VType
Variant value type
|
| Modifier and Type | Field and Description |
|---|---|
static SFVariant |
SFVARIANT_ANY |
static SFVariant |
SFVARIANT_ARRAY |
static SFVariant |
SFVARIANT_OBJECT |
| Constructor and Description |
|---|
SFVariant(SFVariant.VType vtype)
Construct empty variant value of a given type
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Compare for equality
|
SFVariant.VType |
getVType()
Get the variant value type
|
int |
hashCode() |
public static final SFVariant SFVARIANT_ANY
public static final SFVariant SFVARIANT_ARRAY
public static final SFVariant SFVARIANT_OBJECT
public SFVariant(SFVariant.VType vtype)
vtype - variant typepublic SFVariant.VType getVType()
public boolean equals(Object other)
Copyright © 2020. All rights reserved.