Class ExternalTypeEnumeration


  • public class ExternalTypeEnumeration
    extends java.lang.Object
    An ExternalTypeEnumeration provides an enumeration of all types listed in a given external descriptor string. The method name can be retrieved separately.

    An ExternalTypeEnumeration instance can be reused for processing different subsequent descriptors, by means of the setDescriptor(java.lang.String) method.

    • Constructor Summary

      Constructors 
      Constructor Description
      ExternalTypeEnumeration​(java.lang.String descriptor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasMoreTypes()  
      java.lang.String methodName()  
      java.lang.String nextType()  
      void reset()  
      • Methods inherited from class java.lang.Object

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

      • ExternalTypeEnumeration

        public ExternalTypeEnumeration​(java.lang.String descriptor)
    • Method Detail

      • reset

        public void reset()
      • hasMoreTypes

        public boolean hasMoreTypes()
      • nextType

        public java.lang.String nextType()
      • methodName

        public java.lang.String methodName()