public class OperationIdentifierImpl<T extends java.lang.annotation.Annotation> extends java.lang.Object implements OperationIdentifier<T>
Modifier and Type | Field and Description |
---|---|
private int |
hashCode |
private java.lang.String |
identifier |
private T |
scope |
Constructor and Description |
---|
OperationIdentifierImpl(java.lang.String identifier,
T scope) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getOperationIdentifier()
A uniquely generated name for an Operation identifier
|
T |
getOperationScope()
Returns the scope associated with this annotation
type
|
int |
hashCode() |
java.lang.String |
toString() |
private final java.lang.String identifier
private final T extends java.lang.annotation.Annotation scope
private final int hashCode
OperationIdentifierImpl(java.lang.String identifier, T scope)
public java.lang.String getOperationIdentifier()
OperationIdentifier
getOperationIdentifier
in interface OperationIdentifier<T extends java.lang.annotation.Annotation>
public T getOperationScope()
OperationIdentifier
getOperationScope
in interface OperationIdentifier<T extends java.lang.annotation.Annotation>
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object