public interface ModelCheckerResultLine extends ModelCheckerResultItem
The following features are supported:
StorePackage.getModelCheckerResultLine()| Modifier and Type | Method and Description |
|---|---|
String |
getFieldOrClass()
Returns the value of the 'Field Or Class' attribute.
|
long |
getObjectId()
Returns the value of the 'Object Id' attribute.
|
String |
getShouldBe()
Returns the value of the 'Should Be' attribute.
|
ModelCheckerResultType |
getType()
Returns the value of the 'Type' attribute.
|
String |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setFieldOrClass(String value)
Sets the value of the '
Field Or Class' attribute. |
void |
setObjectId(long value)
Sets the value of the '
Object Id' attribute. |
void |
setShouldBe(String value)
Sets the value of the '
Should Be' attribute. |
void |
setType(ModelCheckerResultType value)
Sets the value of the '
Type' attribute. |
void |
setValue(String value)
Sets the value of the '
Value' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getFieldOrClass()
If the meaning of the 'Field Or Class' attribute isn't clear, there really should be more of a description here...
setFieldOrClass(String),
StorePackage.getModelCheckerResultLine_FieldOrClass()void setFieldOrClass(String value)
Field Or Class' attribute.
value - the new value of the 'Field Or Class' attribute.getFieldOrClass()String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String),
StorePackage.getModelCheckerResultLine_Value()void setValue(String value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()String getShouldBe()
If the meaning of the 'Should Be' attribute isn't clear, there really should be more of a description here...
setShouldBe(String),
StorePackage.getModelCheckerResultLine_ShouldBe()void setShouldBe(String value)
Should Be' attribute.
value - the new value of the 'Should Be' attribute.getShouldBe()ModelCheckerResultType getType()
ModelCheckerResultType.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
ModelCheckerResultType,
setType(ModelCheckerResultType),
StorePackage.getModelCheckerResultLine_Type()void setType(ModelCheckerResultType value)
Type' attribute.
value - the new value of the 'Type' attribute.ModelCheckerResultType,
getType()long getObjectId()
If the meaning of the 'Object Id' attribute isn't clear, there really should be more of a description here...
setObjectId(long),
StorePackage.getModelCheckerResultLine_ObjectId()void setObjectId(long value)
Object Id' attribute.
value - the new value of the 'Object Id' attribute.getObjectId()Copyright © 2016 OpenSource BIM. All rights reserved.