public interface MessageInterface extends Comparable<MessageInterface>, MessageObject, MessageObjectType, JavaDocComment
| Modifier and Type | Interface and Description |
|---|---|
static class |
MessageInterface.AnnotatedType |
| Modifier and Type | Method and Description |
|---|---|
Set<MessageInterface> |
extendedInterfaces()
A set of qualified interface names this interface extends or an empty set.
|
boolean |
extendsLoggerInterface()
Checks the interface to see if the
logger
interface
is being extended in this interface. |
MessageInterface.AnnotatedType |
getAnnotatedType()
Returns the annotation type on the interface.
|
int |
getIdLength()
The length to pad the id with.
|
String |
loggingFQCN()
The fully qualified class name to use for log methods.
|
Collection<MessageMethod> |
methods()
A collection of all the methods this interface needs to implement.
|
String |
name()
The qualified name of the message interface.
|
String |
packageName()
The package name of the message interface.
|
String |
projectCode()
The project code for the message interface or
null if getAnnotatedType() returns MessageInterface.AnnotatedType.NONE. |
String |
simpleName()
The name of the interface without the package.
|
List<ValidIdRange> |
validIdRanges()
Returns a list of
valid id ranges. |
compareToisAssignableFrom, isSameAs, isSubtypeOf, typereferencegetCommentboolean extendsLoggerInterface()
logger
interface
is being extended in this interface.true if this interface extends the logger interface, otherwise false.Set<MessageInterface> extendedInterfaces()
Collection<MessageMethod> methods()
String projectCode()
null if getAnnotatedType() returns MessageInterface.AnnotatedType.NONE.null if getAnnotatedType() returns MessageInterface.AnnotatedType.NONEString name()
name in interface MessageObjectString packageName()
String simpleName()
String loggingFQCN()
name().MessageInterface.AnnotatedType getAnnotatedType()
List<ValidIdRange> validIdRanges()
valid id ranges.int getIdLength()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.