public class TypeDescriptor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeDescriptor.Kind |
| Constructor and Description |
|---|
TypeDescriptor(String descr) |
| Modifier and Type | Method and Description |
|---|---|
ByteOrder |
getByteOrder() |
org.dmg.pmml.DataType |
getDataType() |
String |
getDescr() |
TypeDescriptor.Kind |
getKind() |
int |
getSize() |
boolean |
isObject() |
Object |
read(InputStream is) |
public TypeDescriptor(String descr)
public org.dmg.pmml.DataType getDataType()
public Object read(InputStream is) throws IOException
IOExceptionpublic boolean isObject()
public String getDescr()
public ByteOrder getByteOrder()
public TypeDescriptor.Kind getKind()
public int getSize()
Copyright © 2021. All rights reserved.