org.dmtf.schemas.ovf.envelope
Interface StringsType

All Superinterfaces:
EObject, Notifier

public interface StringsType
extends EObject

A representation of the model object 'Strings Type'. Type for string resource bundle

The following features are supported:

See Also:
EnvelopePackage.getStringsType()

Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 EnvelopeType getEnvelope()
          Returns the value of the 'Envelope' container reference.
 java.lang.String getFileRef()
          Returns the value of the 'File Ref' attribute.
 java.lang.String getLang()
          Returns the value of the 'Lang' attribute.
 EList<StringMsg> getMsg()
          Returns the value of the 'Msg' containment reference list.
 void setEnvelope(EnvelopeType value)
          Sets the value of the 'Envelope' container reference.
 void setFileRef(java.lang.String value)
          Sets the value of the 'File Ref' attribute.
 void setLang(java.lang.String value)
          Sets the value of the 'Lang' 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

getMsg

EList<StringMsg> getMsg()
Returns the value of the 'Msg' containment reference list. The list contents are of type StringMsg. It is bidirectional and its opposite is 'Strings'. Resource bundle element

Returns:
the value of the 'Msg' containment reference list.
See Also:
EnvelopePackage.getStringsType_Msg(), StringMsg.getStrings()

getFileRef

java.lang.String getFileRef()
Returns the value of the 'File Ref' attribute. Reference to external resource bundle

Returns:
the value of the 'File Ref' attribute.
See Also:
setFileRef(String), EnvelopePackage.getStringsType_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()

getLang

java.lang.String getLang()
Returns the value of the 'Lang' attribute. Locale for this string resource bundle

Returns:
the value of the 'Lang' attribute.
See Also:
setLang(String), EnvelopePackage.getStringsType_Lang()

setLang

void setLang(java.lang.String value)
Sets the value of the 'Lang' attribute.

Parameters:
value - the new value of the 'Lang' attribute.
See Also:
getLang()

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.getStringsType_AnyAttribute()

getEnvelope

EnvelopeType getEnvelope()
Returns the value of the 'Envelope' container reference. It is bidirectional and its opposite is 'Strings'.

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

Returns:
the value of the 'Envelope' container reference.
See Also:
setEnvelope(EnvelopeType), EnvelopePackage.getStringsType_Envelope(), EnvelopeType.getStrings()

setEnvelope

void setEnvelope(EnvelopeType value)
Sets the value of the 'Envelope' container reference.

Parameters:
value - the new value of the 'Envelope' container reference.
See Also:
getEnvelope()


© Copyright 2008 IBM Corp. 2008 All Rights Reserved