public class ParsedAnnotation
extends java.lang.Object
Constructor and Description |
---|
ParsedAnnotation(java.lang.String context,
java.lang.String targetArtifact,
OpType opType,
stateMachine.Transition.EventDepCondType evDepCond,
int number,
RestrictionType resType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContext() |
stateMachine.Transition.EventDepCondType |
getEventDepCondType() |
int |
getNumber() |
OpType |
getOpType() |
RestrictionType |
getRestrictionType() |
java.lang.String |
getTargetArtifact() |
public ParsedAnnotation(java.lang.String context, java.lang.String targetArtifact, OpType opType, stateMachine.Transition.EventDepCondType evDepCond, int number, RestrictionType resType)
public java.lang.String getContext()
public java.lang.String getTargetArtifact()
public OpType getOpType()
public stateMachine.Transition.EventDepCondType getEventDepCondType()
public int getNumber()
public RestrictionType getRestrictionType()