Class JComponentType


  • public class JComponentType
    extends java.lang.Object
    Helper class for Java to get the handle of `ComponentType` which is fundamental to LocationService library
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ComponentType Assembly
      A component that controls one or more HCDs or assemblies
      static ComponentType Container
      A container for components (assemblies and HCDs)
      static ComponentType HCD
      A component that controls a hardware device
      static ComponentType Service
      A general purpose service component (actor and/or web service application)
    • Constructor Summary

      Constructors 
      Constructor Description
      JComponentType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Container

        public static final ComponentType Container
        A container for components (assemblies and HCDs)
      • HCD

        public static final ComponentType HCD
        A component that controls a hardware device
      • Assembly

        public static final ComponentType Assembly
        A component that controls one or more HCDs or assemblies
      • Service

        public static final ComponentType Service
        A general purpose service component (actor and/or web service application)
    • Constructor Detail

      • JComponentType

        public JComponentType()