public class ContentTypeDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
contentTypeId |
private ValueDescriptor[] |
dataStructure |
private DataType |
dataType |
private java.lang.String |
description |
private java.lang.String |
name |
Constructor and Description |
---|
ContentTypeDescriptor(int contentTypeId,
java.lang.String name,
java.lang.String description,
DataType dataType,
ValueDescriptor[] dataStructure) |
Modifier and Type | Method and Description |
---|---|
int |
getContentTypeId() |
ValueDescriptor[] |
getDataStructure() |
DataType |
getDataType() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
private final int contentTypeId
private final java.lang.String name
private final java.lang.String description
private final DataType dataType
private final ValueDescriptor[] dataStructure
public ContentTypeDescriptor(int contentTypeId, java.lang.String name, java.lang.String description, DataType dataType, ValueDescriptor[] dataStructure)
public int getContentTypeId()
public java.lang.String getName()
public java.lang.String getDescription()
public ValueDescriptor[] getDataStructure()
public DataType getDataType()