public class ContentTypeDescriptor extends Object
| Constructor and Description |
|---|
ContentTypeDescriptor(int contentTypeId,
String name,
String description,
DataType dataType,
ValueDescriptor[] dataStructure) |
| Modifier and Type | Method and Description |
|---|---|
int |
getContentTypeId() |
ValueDescriptor[] |
getDataStructure() |
DataType |
getDataType() |
String |
getDescription() |
String |
getName() |
public ContentTypeDescriptor(int contentTypeId,
String name,
String description,
DataType dataType,
ValueDescriptor[] dataStructure)
public int getContentTypeId()
public String getName()
public String getDescription()
public ValueDescriptor[] getDataStructure()
public DataType getDataType()
Copyright © 2020. All rights reserved.