org.dmtf.schemas.ovf.environment
Interface PlatformSectionType

All Superinterfaces:
EObject, Notifier, SectionType

public interface PlatformSectionType
extends SectionType

A representation of the model object 'Platform Section Type'. Information about deployment platform

The following features are supported:

See Also:
EnvironmentPackage.getPlatformSectionType()

Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 CimString getKind()
          Returns the value of the 'Kind' containment reference.
 CimString getLocale()
          Returns the value of the 'Locale' containment reference.
 int getTimezone()
          Returns the value of the 'Timezone' attribute.
 CimString getVendor()
          Returns the value of the 'Vendor' containment reference.
 CimString getVersion()
          Returns the value of the 'Version' containment reference.
 boolean isSetTimezone()
          Returns whether the value of the 'Timezone' attribute is set.
 void setKind(CimString value)
          Sets the value of the 'Kind' containment reference.
 void setLocale(CimString value)
          Sets the value of the 'Locale' containment reference.
 void setTimezone(int value)
          Sets the value of the 'Timezone' attribute.
 void setVendor(CimString value)
          Sets the value of the 'Vendor' containment reference.
 void setVersion(CimString value)
          Sets the value of the 'Version' containment reference.
 void unsetTimezone()
          Unsets the value of the 'Timezone' attribute.
 
Methods inherited from interface org.dmtf.schemas.ovf.environment.SectionType
getAnyAttribute
 
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

getKind

CimString getKind()
Returns the value of the 'Kind' containment reference. Deployment platform description

Returns:
the value of the 'Kind' containment reference.
See Also:
setKind(CimString), EnvironmentPackage.getPlatformSectionType_Kind()

setKind

void setKind(CimString value)
Sets the value of the 'Kind' containment reference.

Parameters:
value - the new value of the 'Kind' containment reference.
See Also:
getKind()

getVersion

CimString getVersion()
Returns the value of the 'Version' containment reference. Deployment platform version

Returns:
the value of the 'Version' containment reference.
See Also:
setVersion(CimString), EnvironmentPackage.getPlatformSectionType_Version()

setVersion

void setVersion(CimString value)
Sets the value of the 'Version' containment reference.

Parameters:
value - the new value of the 'Version' containment reference.
See Also:
getVersion()

getVendor

CimString getVendor()
Returns the value of the 'Vendor' containment reference. Deployment platform vendor

Returns:
the value of the 'Vendor' containment reference.
See Also:
setVendor(CimString), EnvironmentPackage.getPlatformSectionType_Vendor()

setVendor

void setVendor(CimString value)
Sets the value of the 'Vendor' containment reference.

Parameters:
value - the new value of the 'Vendor' containment reference.
See Also:
getVendor()

getLocale

CimString getLocale()
Returns the value of the 'Locale' containment reference. Current locale

Returns:
the value of the 'Locale' containment reference.
See Also:
setLocale(CimString), EnvironmentPackage.getPlatformSectionType_Locale()

setLocale

void setLocale(CimString value)
Sets the value of the 'Locale' containment reference.

Parameters:
value - the new value of the 'Locale' containment reference.
See Also:
getLocale()

getTimezone

int getTimezone()
Returns the value of the 'Timezone' attribute. Current timezone offset in minutes from UTC. Time zones east of Greenwich are positive and time zones west of Greenwich are negative.

Returns:
the value of the 'Timezone' attribute.
See Also:
isSetTimezone(), unsetTimezone(), setTimezone(int), EnvironmentPackage.getPlatformSectionType_Timezone()

setTimezone

void setTimezone(int value)
Sets the value of the 'Timezone' attribute.

Parameters:
value - the new value of the 'Timezone' attribute.
See Also:
isSetTimezone(), unsetTimezone(), getTimezone()

unsetTimezone

void unsetTimezone()
Unsets the value of the 'Timezone' attribute.

See Also:
isSetTimezone(), getTimezone(), setTimezone(int)

isSetTimezone

boolean isSetTimezone()
Returns whether the value of the 'Timezone' attribute is set.

Returns:
whether the value of the 'Timezone' attribute is set.
See Also:
unsetTimezone(), getTimezone(), setTimezone(int)

getAny

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

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

Returns:
the value of the 'Any' attribute list.
See Also:
EnvironmentPackage.getPlatformSectionType_Any()


© Copyright 2008 IBM Corp. 2008 All Rights Reserved