|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileType
A representation of the model object 'File Type'. Type for an external reference to a resource
The following features are supported:
EnvelopePackage.getFileType()
Method Summary | |
---|---|
FeatureMap |
getAny()
Returns the value of the 'Any' attribute list. |
FeatureMap |
getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. |
long |
getChunkSize()
Returns the value of the 'Chunk Size' attribute. |
CompressionTypes |
getCompression()
Returns the value of the 'Compression' attribute. |
java.lang.String |
getHref()
Returns the value of the 'Href' attribute. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
java.lang.String |
getLocalRef()
Returns the value of the 'Local Ref' attribute. |
ReferencesType |
getReferences()
Returns the value of the 'References' container reference. |
java.math.BigInteger |
getSize()
Returns the value of the 'Size' attribute. |
boolean |
isPackaged()
Returns the value of the 'Packaged' attribute. |
boolean |
isResourceBundle()
Returns the value of the 'Resource Bundle' attribute. |
boolean |
isSetChunkSize()
Returns whether the value of the ' Chunk Size ' attribute is set. |
boolean |
isSetCompression()
Returns whether the value of the ' Compression ' attribute is set. |
void |
setChunkSize(long value)
Sets the value of the ' Chunk Size ' attribute. |
void |
setCompression(CompressionTypes value)
Sets the value of the ' Compression ' attribute. |
void |
setHref(java.lang.String value)
Sets the value of the ' Href ' attribute. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setLocalRef(java.lang.String value)
Sets the value of the ' Local Ref ' attribute. |
void |
setReferences(ReferencesType value)
Sets the value of the ' References ' container reference. |
void |
setSize(java.math.BigInteger value)
Sets the value of the ' Size ' attribute. |
void |
unsetChunkSize()
Unsets the value of the ' Chunk Size ' attribute. |
void |
unsetCompression()
Unsets the value of the ' Compression ' attribute. |
Methods inherited from interface org.dmtf.schemas.wscim.rasd.LocalHostResource |
---|
getUri |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
FeatureMap getAny()
FeatureMap.Entry
.
If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
EnvelopePackage.getFileType_Any()
long getChunkSize()
isSetChunkSize()
,
unsetChunkSize()
,
setChunkSize(long)
,
EnvelopePackage.getFileType_ChunkSize()
void setChunkSize(long value)
Chunk Size
' attribute.
value
- the new value of the 'Chunk Size' attribute.isSetChunkSize()
,
unsetChunkSize()
,
getChunkSize()
void unsetChunkSize()
Chunk Size
' attribute.
isSetChunkSize()
,
getChunkSize()
,
setChunkSize(long)
boolean isSetChunkSize()
Chunk Size
' attribute is set.
unsetChunkSize()
,
getChunkSize()
,
setChunkSize(long)
CompressionTypes getCompression()
"identity"
.
The literals are from the enumeration CompressionTypes
.
Compression type (gzip, bzip2, or none if empty or not
specified)
CompressionTypes
,
isSetCompression()
,
unsetCompression()
,
setCompression(CompressionTypes)
,
EnvelopePackage.getFileType_Compression()
void setCompression(CompressionTypes value)
Compression
' attribute.
value
- the new value of the 'Compression' attribute.CompressionTypes
,
isSetCompression()
,
unsetCompression()
,
getCompression()
void unsetCompression()
Compression
' attribute.
isSetCompression()
,
getCompression()
,
setCompression(CompressionTypes)
boolean isSetCompression()
Compression
' attribute is set.
unsetCompression()
,
getCompression()
,
setCompression(CompressionTypes)
java.lang.String getHref()
setHref(String)
,
EnvelopePackage.getFileType_Href()
void setHref(java.lang.String value)
Href
' attribute.
value
- the new value of the 'Href' attribute.getHref()
java.lang.String getId()
setId(String)
,
EnvelopePackage.getFileType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.String getLocalRef()
The localRef is an IBM extension that is used to indicate an alternative location for a file
setLocalRef(String)
,
EnvelopePackage.getFileType_LocalRef()
void setLocalRef(java.lang.String value)
Local Ref
' attribute.
The localRef attribute is an IBM extension that records an absolute URI
for a file on the local filesystem. It is used when the href attribute
is insufficient to locate the file.
value
- the new value of the 'Local Ref' attribute.getLocalRef()
boolean isPackaged()
Indicates whether this file is to be packaged in an OVF package. A file is packaged if the href attribute is a relative path.
EnvelopePackage.getFileType_Packaged()
boolean isResourceBundle()
Indicates whether this file is an external resource bundle. It is inferred from references by StringsType instances in the descriptor.
EnvelopePackage.getFileType_ResourceBundle()
java.math.BigInteger getSize()
setSize(BigInteger)
,
EnvelopePackage.getFileType_Size()
void setSize(java.math.BigInteger value)
Size
' attribute.
value
- the new value of the 'Size' attribute.getSize()
FeatureMap getAnyAttribute()
FeatureMap.Entry
.
If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...
EnvelopePackage.getFileType_AnyAttribute()
ReferencesType getReferences()
File
'.
If the meaning of the 'References' container reference isn't clear, there really should be more of a description here...
setReferences(ReferencesType)
,
EnvelopePackage.getFileType_References()
,
ReferencesType.getFile()
void setReferences(ReferencesType value)
References
' container reference.
value
- the new value of the 'References' container reference.getReferences()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |