Interface XField
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XEnumConstantasEnumConstant()XClassgetType()booleanisEnumConstant()-
Methods inherited from interface org.infinispan.protostream.annotations.impl.types.XElement
getAnnotation, getAnnotationsByType, getDocumentation, getModifiers, getName, isFinal, isPrivate, isPublic, isStatic
-
Methods inherited from interface org.infinispan.protostream.annotations.impl.types.XMember
determineRepeatedElementType, getDeclaringClass
-
-
-
-
Method Detail
-
getType
XClass getType()
-
isEnumConstant
boolean isEnumConstant()
-
asEnumConstant
XEnumConstant asEnumConstant()
-
-