public interface MethodMetric extends IdEObject
The following features are supported:
StorePackage.getMethodMetric()| Modifier and Type | Method and Description |
|---|---|
Long |
getAverageMs()
Returns the value of the 'Average Ms' attribute.
|
Date |
getLastCall()
Returns the value of the 'Last Call' attribute.
|
Long |
getLongestMs()
Returns the value of the 'Longest Ms' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
Long |
getNrCalls()
Returns the value of the 'Nr Calls' attribute.
|
Long |
getShortestMs()
Returns the value of the 'Shortest Ms' attribute.
|
void |
setAverageMs(Long value)
Sets the value of the '
Average Ms' attribute. |
void |
setLastCall(Date value)
Sets the value of the '
Last Call' attribute. |
void |
setLongestMs(Long value)
Sets the value of the '
Longest Ms' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setNrCalls(Long value)
Sets the value of the '
Nr Calls' attribute. |
void |
setShortestMs(Long value)
Sets the value of the '
Shortest Ms' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
StorePackage.getMethodMetric_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Long getNrCalls()
If the meaning of the 'Nr Calls' attribute isn't clear, there really should be more of a description here...
setNrCalls(Long),
StorePackage.getMethodMetric_NrCalls()void setNrCalls(Long value)
Nr Calls' attribute.
value - the new value of the 'Nr Calls' attribute.getNrCalls()Date getLastCall()
If the meaning of the 'Last Call' attribute isn't clear, there really should be more of a description here...
setLastCall(Date),
StorePackage.getMethodMetric_LastCall()void setLastCall(Date value)
Last Call' attribute.
value - the new value of the 'Last Call' attribute.getLastCall()Long getAverageMs()
If the meaning of the 'Average Ms' attribute isn't clear, there really should be more of a description here...
setAverageMs(Long),
StorePackage.getMethodMetric_AverageMs()void setAverageMs(Long value)
Average Ms' attribute.
value - the new value of the 'Average Ms' attribute.getAverageMs()Long getShortestMs()
If the meaning of the 'Shortest Ms' attribute isn't clear, there really should be more of a description here...
setShortestMs(Long),
StorePackage.getMethodMetric_ShortestMs()void setShortestMs(Long value)
Shortest Ms' attribute.
value - the new value of the 'Shortest Ms' attribute.getShortestMs()Long getLongestMs()
If the meaning of the 'Longest Ms' attribute isn't clear, there really should be more of a description here...
setLongestMs(Long),
StorePackage.getMethodMetric_LongestMs()void setLongestMs(Long value)
Longest Ms' attribute.
value - the new value of the 'Longest Ms' attribute.getLongestMs()Copyright © 2018 OpenSource BIM. All rights reserved.