public class ValueWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CLASS |
static int |
ID |
String |
raw |
int |
ref |
static int |
STYLE |
int |
type |
| Modifier and Type | Method and Description |
|---|---|
ValueWrapper |
replaceRaw(String raw) |
static ValueWrapper |
wrapClass(int ref,
String raw) |
static ValueWrapper |
wrapId(int ref,
String raw) |
static ValueWrapper |
wrapStyle(int ref,
String raw) |
public static final int ID
public static final int STYLE
public static final int CLASS
public final int type
public final String raw
public final int ref
public ValueWrapper replaceRaw(String raw)
public static ValueWrapper wrapId(int ref, String raw)
public static ValueWrapper wrapStyle(int ref, String raw)
public static ValueWrapper wrapClass(int ref, String raw)
Copyright © 2022 Secure Software Engineering Group - University of Paderborn. All rights reserved.