Package org.jeyzer.profile.data
Class OperationEntry
- java.lang.Object
-
- org.jeyzer.profile.data.ProfileEntry
-
- org.jeyzer.profile.data.OperationEntry
-
public class OperationEntry extends ProfileEntry
-
-
Field Summary
Fields Modifier and Type Field Description static StringJZR_TYPE-
Fields inherited from class org.jeyzer.profile.data.ProfileEntry
JZR_NAME, JZR_PATTERN, JZR_PATTERN_REGEX, JZR_PRIORITY, JZR_SIZE, nextNode, node
-
-
Constructor Summary
Constructors Constructor Description OperationEntry(Element node, Element nextNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontentionTypeEquals(Element nodetoCompare)protected StringgetContentionType()booleannodeEquals(Object obj)voidremoveContentionType()voidupdateContentionType(Element sourceNode)-
Methods inherited from class org.jeyzer.profile.data.ProfileEntry
getName, getNextNode, getPattern, getPriority, patternEquals, priorityEquals, removePriority, updatePriority
-
-
-
-
Field Detail
-
JZR_TYPE
public static final String JZR_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OperationEntry
public OperationEntry(Element node, Element nextNode) throws InvalidProfileEntryException
- Throws:
InvalidProfileEntryException
-
-
Method Detail
-
nodeEquals
public boolean nodeEquals(Object obj)
- Overrides:
nodeEqualsin classProfileEntry
-
getContentionType
protected String getContentionType()
-
contentionTypeEquals
public boolean contentionTypeEquals(Element nodetoCompare)
-
updateContentionType
public void updateContentionType(Element sourceNode)
-
removeContentionType
public void removeContentionType()
-
-