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