public class SimpleStructTypeInfo extends Object implements StructTypeInfo
Modifier and Type | Method and Description |
---|---|
DliType |
getDliType() |
int |
getFieldCount() |
List<String> |
getFieldNames() |
List<TypeInfo> |
getFieldTypeInfos() |
String |
getTypeName() |
public String getTypeName()
getTypeName
in interface TypeInfo
public DliType getDliType()
getDliType
in interface TypeInfo
public List<String> getFieldNames()
getFieldNames
in interface StructTypeInfo
public List<TypeInfo> getFieldTypeInfos()
getFieldTypeInfos
in interface StructTypeInfo
public int getFieldCount()
getFieldCount
in interface StructTypeInfo
Copyright © 2023. All rights reserved.