org.dmtf.schemas.ovf.envelope
Interface IconType

All Superinterfaces:
EObject, Notifier

public interface IconType
extends EObject

A representation of the model object 'Icon Type'.

The following features are supported:

See Also:
EnvelopePackage.getIconType()

Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 java.lang.String getFileRef()
          Returns the value of the 'File Ref' attribute.
 int getHeight()
          Returns the value of the 'Height' attribute.
 java.lang.String getMimeType()
          Returns the value of the 'Mime Type' attribute.
 ProductSectionType getProductSection()
          Returns the value of the 'Product Section' container reference.
 int getWidth()
          Returns the value of the 'Width' attribute.
 boolean isSetHeight()
          Returns whether the value of the 'Height' attribute is set.
 boolean isSetWidth()
          Returns whether the value of the 'Width' attribute is set.
 void setFileRef(java.lang.String value)
          Sets the value of the 'File Ref' attribute.
 void setHeight(int value)
          Sets the value of the 'Height' attribute.
 void setMimeType(java.lang.String value)
          Sets the value of the 'Mime Type' attribute.
 void setProductSection(ProductSectionType value)
          Sets the value of the 'Product Section' container reference.
 void setWidth(int value)
          Sets the value of the 'Width' attribute.
 void unsetHeight()
          Unsets the value of the 'Height' attribute.
 void unsetWidth()
          Unsets the value of the 'Width' attribute.
 
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

getFileRef

java.lang.String getFileRef()
Returns the value of the 'File Ref' attribute.

If the meaning of the 'File Ref' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'File Ref' attribute.
See Also:
setFileRef(String), EnvelopePackage.getIconType_FileRef()

setFileRef

void setFileRef(java.lang.String value)
Sets the value of the 'File Ref' attribute.

Parameters:
value - the new value of the 'File Ref' attribute.
See Also:
getFileRef()

getHeight

int getHeight()
Returns the value of the 'Height' attribute.

If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Height' attribute.
See Also:
isSetHeight(), unsetHeight(), setHeight(int), EnvelopePackage.getIconType_Height()

setHeight

void setHeight(int value)
Sets the value of the 'Height' attribute.

Parameters:
value - the new value of the 'Height' attribute.
See Also:
isSetHeight(), unsetHeight(), getHeight()

unsetHeight

void unsetHeight()
Unsets the value of the 'Height' attribute.

See Also:
isSetHeight(), getHeight(), setHeight(int)

isSetHeight

boolean isSetHeight()
Returns whether the value of the 'Height' attribute is set.

Returns:
whether the value of the 'Height' attribute is set.
See Also:
unsetHeight(), getHeight(), setHeight(int)

getMimeType

java.lang.String getMimeType()
Returns the value of the 'Mime Type' attribute.

If the meaning of the 'Mime Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mime Type' attribute.
See Also:
setMimeType(String), EnvelopePackage.getIconType_MimeType()

setMimeType

void setMimeType(java.lang.String value)
Sets the value of the 'Mime Type' attribute.

Parameters:
value - the new value of the 'Mime Type' attribute.
See Also:
getMimeType()

getWidth

int getWidth()
Returns the value of the 'Width' attribute.

If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Width' attribute.
See Also:
isSetWidth(), unsetWidth(), setWidth(int), EnvelopePackage.getIconType_Width()

setWidth

void setWidth(int value)
Sets the value of the 'Width' attribute.

Parameters:
value - the new value of the 'Width' attribute.
See Also:
isSetWidth(), unsetWidth(), getWidth()

unsetWidth

void unsetWidth()
Unsets the value of the 'Width' attribute.

See Also:
isSetWidth(), getWidth(), setWidth(int)

isSetWidth

boolean isSetWidth()
Returns whether the value of the 'Width' attribute is set.

Returns:
whether the value of the 'Width' attribute is set.
See Also:
unsetWidth(), getWidth(), setWidth(int)

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
EnvelopePackage.getIconType_AnyAttribute()

getProductSection

ProductSectionType getProductSection()
Returns the value of the 'Product Section' container reference. It is bidirectional and its opposite is 'Icon'.

If the meaning of the 'Product Section' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Product Section' container reference.
See Also:
setProductSection(ProductSectionType), EnvelopePackage.getIconType_ProductSection(), ProductSectionType.getIcon()

setProductSection

void setProductSection(ProductSectionType value)
Sets the value of the 'Product Section' container reference.

Parameters:
value - the new value of the 'Product Section' container reference.
See Also:
getProductSection()


© Copyright 2008 IBM Corp. 2008 All Rights Reserved