Class StringObject


  • public final class StringObject
    extends MethodObject<java.lang.String>
    Specifies a java.lang.String to be passed as an argument to a method call.
    • Constructor Detail

      • StringObject

        public StringObject​(org.w3c.dom.Element element,
                            SimpleMethod simpleMethod)
    • Method Detail

      • getTypeClass

        public java.lang.Class<java.lang.String> getTypeClass​(MethodContext methodContext)
                                                       throws java.lang.ClassNotFoundException
        Description copied from class: MethodObject
        Get the Class for the type of the object
        Specified by:
        getTypeClass in class MethodObject<java.lang.String>
        Throws:
        java.lang.ClassNotFoundException
      • getTypeName

        public java.lang.String getTypeName()
        Get the name for the type of the object
        Specified by:
        getTypeName in class MethodObject<java.lang.String>