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

All Superinterfaces:
CimBoolean, EObject, Notifier

public interface QualifierBoolean
extends CimBoolean

A representation of the model object 'Qualifier Boolean'.

The following features are supported:

See Also:
CommonPackage.getQualifierBoolean()

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.CimBoolean
getAnyAttribute, isSetValue, isValue, 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.getQualifierBoolean_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