|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
FormatImpl
public class FormatImpl
Description of the computer language construct that specifies the representation of data objects in a record, file, message, storage device or transmission channel.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
FormatImpl()
Constructs an initially empty format. |
|
FormatImpl(Format source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
FormatImpl(InternationalString name,
InternationalString version)
Creates a format initialized to the given name. |
Method Summary | |
---|---|
InternationalString |
getAmendmentNumber()
Returns the amendment number of the format version. |
InternationalString |
getFileDecompressionTechnique()
Returns recommendations of algorithms or processes that can be applied to read or expand resources to which compression techniques have been applied. |
Collection<Distributor> |
getFormatDistributors()
Provides information about the distributors format. |
InternationalString |
getName()
Returns the name of the data transfer format(s). |
InternationalString |
getSpecification()
Returns the name of a subset, profile, or product specification of the format. |
InternationalString |
getVersion()
Returne the version of the format (date, number, etc.). |
void |
setAmendmentNumber(InternationalString newValue)
Set the amendment number of the format version. |
void |
setFileDecompressionTechnique(InternationalString newValue)
Set recommendations of algorithms or processes that can be applied to read or expand resources to which compression techniques have been applied. |
void |
setFormatDistributors(Collection<? extends Distributor> newValues)
Set information about the distributors format. |
void |
setName(InternationalString newValue)
Set the name of the data transfer format(s). |
void |
setSpecification(InternationalString newValue)
Set the name of a subset, profile, or product specification of the format. |
void |
setVersion(InternationalString newValue)
Set the version of the format (date, number, etc.). |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FormatImpl()
public FormatImpl(Format source)
public FormatImpl(InternationalString name, InternationalString version)
Method Detail |
---|
public InternationalString getName()
getName
in interface Format
public void setName(InternationalString newValue)
public InternationalString getVersion()
getVersion
in interface Format
public void setVersion(InternationalString newValue)
public InternationalString getAmendmentNumber()
getAmendmentNumber
in interface Format
null
.public void setAmendmentNumber(InternationalString newValue)
public InternationalString getSpecification()
getSpecification
in interface Format
null
.public void setSpecification(InternationalString newValue)
public InternationalString getFileDecompressionTechnique()
getFileDecompressionTechnique
in interface Format
null
.public void setFileDecompressionTechnique(InternationalString newValue)
public Collection<Distributor> getFormatDistributors()
getFormatDistributors
in interface Format
public void setFormatDistributors(Collection<? extends Distributor> newValues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |