public abstract class ParamAnnoInfoTraitBase extends java.lang.Object implements ParamAnnoInfoTrait
| Modifier | Constructor and Description |
|---|---|
protected |
ParamAnnoInfoTraitBase(int index) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
compatibilityErrorMessage(ParamAnnoInfoTrait otherParamAnnotation) |
boolean |
compatibleWith(ParamAnnoInfoTrait otherParamAnnotation) |
int |
index() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattachTopublic boolean compatibleWith(ParamAnnoInfoTrait otherParamAnnotation)
compatibleWith in interface ParamAnnoInfoTraitpublic java.lang.String compatibilityErrorMessage(ParamAnnoInfoTrait otherParamAnnotation)
compatibilityErrorMessage in interface ParamAnnoInfoTraitpublic int index()
index in interface ParamAnnoInfoTraitCopyright © 2014–2017 ActFramework. All rights reserved.