Class ContextParameterDeclaration


  • public class ContextParameterDeclaration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> getDeclaredType()  
      java.lang.String getName()  
      boolean isRequired()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name
      • isRequired

        public boolean isRequired()
        Returns:
        the required
      • getDeclaredType

        public java.lang.Class<?> getDeclaredType()
        Returns:
        the declaredType