public class IntOrString extends AnyType
AnyType.Serializer| Constructor and Description |
|---|
IntOrString() |
IntOrString(Object value) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getIntVal()
Get Integer value
|
String |
getStrVal()
Get String value
|
void |
setValue(Object value) |
public IntOrString()
public IntOrString(Object value)
Copyright © 2015–2023 Red Hat. All rights reserved.