public class PlatformFileTypeData extends BasicData
PlatformFileType
,
Developer documentation: Experimental platforms and item subtypesModifier and Type | Field and Description |
---|---|
private DataFileTypeData |
fileType |
private boolean |
multiple |
private PlatformData |
platform |
private boolean |
required |
private PlatformVariantData |
variant |
Constructor and Description |
---|
PlatformFileTypeData() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowMultiple()
If multiple files of this type are allowed in a file set or not.
|
DataFileTypeData |
getDataFileType()
Get the file type.
|
PlatformData |
getPlatform()
Get the platform.
|
PlatformVariantData |
getVariant()
Get the platform variant or null.
|
boolean |
isRequired()
If a file of this type is required or not.
|
void |
setAllowMultiple(boolean multiple) |
void |
setDataFileType(DataFileTypeData fileType) |
void |
setPlatform(PlatformData platform) |
void |
setRequired(boolean required) |
void |
setVariant(PlatformVariantData variant) |
equals, getId, getVersion, hashCode, setId, setVersion, toString
private DataFileTypeData fileType
private PlatformData platform
private PlatformVariantData variant
private boolean required
private boolean multiple
public DataFileTypeData getDataFileType()
public void setDataFileType(DataFileTypeData fileType)
public PlatformData getPlatform()
public void setPlatform(PlatformData platform)
public PlatformVariantData getVariant()
public void setVariant(PlatformVariantData variant)
public boolean isRequired()
public void setRequired(boolean required)
public boolean getAllowMultiple()
public void setAllowMultiple(boolean multiple)