| Package | Description |
|---|---|
| org.jupnp.model.types | |
| org.jupnp.model.types.csv |
| Modifier and Type | Method and Description |
|---|---|
Datatype.Builtin |
Datatype.getBuiltin() |
Datatype.Builtin |
AbstractDatatype.getBuiltin() |
Datatype.Builtin |
Datatype.Default.getBuiltinType() |
static Datatype.Builtin |
Datatype.Builtin.getByDescriptorName(String descriptorName) |
static Datatype.Builtin |
Datatype.Builtin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Datatype.Builtin[] |
Datatype.Builtin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Datatype.Builtin.isNumeric(Datatype.Builtin builtin) |
void |
AbstractDatatype.setBuiltin(Datatype.Builtin builtin) |
| Modifier and Type | Field and Description |
|---|---|
protected Datatype.Builtin |
CSV.datatype |
| Modifier and Type | Method and Description |
|---|---|
protected Datatype.Builtin |
CSV.getBuiltinDatatype() |
Copyright © 2023 jUPnP.org. All rights reserved.