org.dmtf.schemas.wscim.cim.common
Interface QualifierUInt32

All Superinterfaces:
CimUnsignedInt, EObject, Notifier

public interface QualifierUInt32
extends CimUnsignedInt

A representation of the model object 'Qualifier UInt32'.

The following features are supported:

See Also:
CommonPackage.getQualifierUInt32()

Method Summary
 boolean isQualifier()
          Returns the value of the 'Qualifier' attribute.
 boolean isSetQualifier()
          Returns whether the value of the 'Qualifier' attribute is set.
 void setQualifier(boolean value)
          Sets the value of the 'Qualifier' attribute.
 void unsetQualifier()
          Unsets the value of the 'Qualifier' attribute.
 
Methods inherited from interface org.dmtf.schemas.wscim.cim.common.CimUnsignedInt
getAnyAttribute, getValue, isSetValue, setValue, unsetValue
 
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

isQualifier

boolean isQualifier()
Returns the value of the 'Qualifier' attribute.

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

Returns:
the value of the 'Qualifier' attribute.
See Also:
isSetQualifier(), unsetQualifier(), setQualifier(boolean), CommonPackage.getQualifierUInt32_Qualifier()

setQualifier

void setQualifier(boolean value)
Sets the value of the 'Qualifier' attribute.

Parameters:
value - the new value of the 'Qualifier' attribute.
See Also:
isSetQualifier(), unsetQualifier(), isQualifier()

unsetQualifier

void unsetQualifier()
Unsets the value of the 'Qualifier' attribute.

See Also:
isSetQualifier(), isQualifier(), setQualifier(boolean)

isSetQualifier

boolean isSetQualifier()
Returns whether the value of the 'Qualifier' attribute is set.

Returns:
whether the value of the 'Qualifier' attribute is set.
See Also:
unsetQualifier(), isQualifier(), setQualifier(boolean)


© Copyright 2008 IBM Corp. 2008 All Rights Reserved