public interface IfcTextureCoordinateGenerator extends IfcTextureCoordinate
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getMode()
Returns the value of the 'Mode' attribute.
|
org.eclipse.emf.common.util.EList<Double> |
getParameter()
Returns the value of the 'Parameter' attribute list.
|
org.eclipse.emf.common.util.EList<String> |
getParameterAsString()
Returns the value of the 'Parameter As String' attribute list.
|
boolean |
isSetParameter()
Returns whether the value of the '
Parameter' attribute list is set. |
boolean |
isSetParameterAsString()
Returns whether the value of the '
Parameter As String' attribute list is set. |
void |
setMode(String value)
Sets the value of the '
Mode' attribute. |
void |
unsetParameter()
Unsets the value of the '
Parameter' attribute list. |
void |
unsetParameterAsString()
Unsets the value of the '
Parameter As String' attribute list. |
getMapsforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getMode()
If the meaning of the 'Mode' attribute isn't clear, there really should be more of a description here...
setMode(String),
Ifc4Package.getIfcTextureCoordinateGenerator_Mode()void setMode(String value)
Mode' attribute.
value - the new value of the 'Mode' attribute.getMode()org.eclipse.emf.common.util.EList<Double> getParameter()
Double.
If the meaning of the 'Parameter' attribute list isn't clear, there really should be more of a description here...
isSetParameter(),
unsetParameter(),
Ifc4Package.getIfcTextureCoordinateGenerator_Parameter()void unsetParameter()
Parameter' attribute list.
isSetParameter(),
getParameter()boolean isSetParameter()
Parameter' attribute list is set.
unsetParameter(),
getParameter()org.eclipse.emf.common.util.EList<String> getParameterAsString()
String.
If the meaning of the 'Parameter As String' attribute list isn't clear, there really should be more of a description here...
isSetParameterAsString(),
unsetParameterAsString(),
Ifc4Package.getIfcTextureCoordinateGenerator_ParameterAsString()void unsetParameterAsString()
Parameter As String' attribute list.
isSetParameterAsString(),
getParameterAsString()boolean isSetParameterAsString()
Parameter As String' attribute list is set.
unsetParameterAsString(),
getParameterAsString()Copyright © 2018 OpenSource BIM. All rights reserved.