public class FeatureData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
code |
java.lang.Object |
defaultValue |
java.lang.String |
editions |
static java.util.List<FeatureData> |
featureList |
java.lang.Class<?> |
type |
java.lang.String |
uri |
| Constructor and Description |
|---|
FeatureData(java.lang.String uri,
int code,
java.lang.String editions,
java.lang.Class<?> type,
java.lang.Object defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
static void |
init() |
public java.lang.String uri
public int code
public java.lang.String editions
public java.lang.Class<?> type
public java.lang.Object defaultValue
public static java.util.List<FeatureData> featureList
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.