public class IfcColourRgbImpl extends IfcColourSpecificationImpl implements IfcColourRgb
The following features are implemented:
IdEObjectImpl.Stateorg.eclipse.emf.ecore.impl.MinimalEObjectImpl.Containerorg.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplorg.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterListEVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET| Modifier | Constructor and Description |
|---|---|
protected |
IfcColourRgbImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
double |
getBlue() |
String |
getBlueAsString() |
double |
getGreen() |
String |
getGreenAsString() |
double |
getRed() |
String |
getRedAsString() |
void |
setBlue(double newBlue) |
void |
setBlueAsString(String newBlueAsString) |
void |
setGreen(double newGreen) |
void |
setGreenAsString(String newGreenAsString) |
void |
setRed(double newRed) |
void |
setRedAsString(String newRedAsString) |
getName, isSetName, setName, unsetNameeStaticFeatureCountdynamicGet, dynamicSet, eSet, eSet, eSettingDelegate, forceLoad, getExpressId, getLoadingState, getModel, getOid, getPid, getQueryInterface, getRid, hasModel, isLoadedOrLoading, load, remove, setExpressId, setLoaded, setLoading, setLoadingState, setModel, setOid, setPid, setQueryInterface, setRid, useInversesdynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eInternalContainer, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettingseAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eStore, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toStringeNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, isSetName, setName, unsetNameforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class IfcColourSpecificationImplpublic double getRed()
getRed in interface IfcColourRgbIfcColourRgb.setRed(double),
Ifc4Package.getIfcColourRgb_Red()public void setRed(double newRed)
setRed in interface IfcColourRgbnewRed - the new value of the 'Red' attribute.IfcColourRgb.getRed()public String getRedAsString()
getRedAsString in interface IfcColourRgbIfcColourRgb.setRedAsString(String),
Ifc4Package.getIfcColourRgb_RedAsString()public void setRedAsString(String newRedAsString)
setRedAsString in interface IfcColourRgbnewRedAsString - the new value of the 'Red As String' attribute.IfcColourRgb.getRedAsString()public double getGreen()
getGreen in interface IfcColourRgbIfcColourRgb.setGreen(double),
Ifc4Package.getIfcColourRgb_Green()public void setGreen(double newGreen)
setGreen in interface IfcColourRgbnewGreen - the new value of the 'Green' attribute.IfcColourRgb.getGreen()public String getGreenAsString()
getGreenAsString in interface IfcColourRgbIfcColourRgb.setGreenAsString(String),
Ifc4Package.getIfcColourRgb_GreenAsString()public void setGreenAsString(String newGreenAsString)
setGreenAsString in interface IfcColourRgbnewGreenAsString - the new value of the 'Green As String' attribute.IfcColourRgb.getGreenAsString()public double getBlue()
getBlue in interface IfcColourRgbIfcColourRgb.setBlue(double),
Ifc4Package.getIfcColourRgb_Blue()public void setBlue(double newBlue)
setBlue in interface IfcColourRgbnewBlue - the new value of the 'Blue' attribute.IfcColourRgb.getBlue()public String getBlueAsString()
getBlueAsString in interface IfcColourRgbIfcColourRgb.setBlueAsString(String),
Ifc4Package.getIfcColourRgb_BlueAsString()public void setBlueAsString(String newBlueAsString)
setBlueAsString in interface IfcColourRgbnewBlueAsString - the new value of the 'Blue As String' attribute.IfcColourRgb.getBlueAsString()Copyright © 2018 OpenSource BIM. All rights reserved.