com.supermap.services.components.spi

类 InterfaceInfo

  • java.lang.Object
    • com.supermap.services.components.spi.InterfaceInfo


  • public class InterfaceInfo
    extends java.lang.Object
    
    服务接口信息
    • 构造器概要

      构造器 
      构造器和说明
      InterfaceInfo() 
    • 方法概要

      方法 
      限定符和类型 方法和说明
      java.lang.String getAlias() 
      java.lang.String getImplementation() 
      java.lang.String getParamType() 
      java.lang.String getType() 
      void setAlias(java.lang.String alias) 
      void setImplementation(java.lang.String implementation) 
      void setParamType(java.lang.String paramType) 
      void setType(java.lang.String type) 
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • InterfaceInfo

        public InterfaceInfo()
        
    • 方法详细资料

      • getType

        public java.lang.String getType()
        
      • setType

        public void setType(java.lang.String type)
        
      • getParamType

        public java.lang.String getParamType()
        
      • setParamType

        public void setParamType(java.lang.String paramType)
        
      • getImplementation

        public java.lang.String getImplementation()
        
      • setImplementation

        public void setImplementation(java.lang.String implementation)
        
      • getAlias

        public java.lang.String getAlias()
        
      • setAlias

        public void setAlias(java.lang.String alias)