Class ProtectedRegion
- java.lang.Object
-
- org.eclipse.epsilon.egl.traceability.Content<OutputFile>
-
- org.eclipse.epsilon.egl.traceability.ProtectedRegion
-
public class ProtectedRegion extends Content<OutputFile>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProtectedRegion(OutputFile parent, java.lang.String id, boolean enabled, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getId()
int
getOffset()
int
hashCode()
boolean
isEnabled()
java.lang.String
toString()
-
-
-
Constructor Detail
-
ProtectedRegion
protected ProtectedRegion(OutputFile parent, java.lang.String id, boolean enabled, int offset)
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
-
getId
public java.lang.String getId()
-
getOffset
public int getOffset()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-