psdi.iface.omp

Class MaxLEContextInfo

  • java.lang.Object
    • psdi.iface.omp.MaxLEContextInfo
  • All Implemented Interfaces:
    java.io.Serializable


    public final class MaxLEContextInfo
    extends java.lang.Object
    implements java.io.Serializable
    Holds the cached Launch Entry Context information.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      MaxLEContextInfo(java.lang.String launchentryname, java.lang.String resourcetype, java.lang.String resourceclass, boolean includechildclass) 
    • Constructor Detail

      • MaxLEContextInfo

        public MaxLEContextInfo(java.lang.String launchentryname,
                                java.lang.String resourcetype,
                                java.lang.String resourceclass,
                                boolean includechildclass)
    • Method Detail

      • getLaunchEntryName

        public java.lang.String getLaunchEntryName()
        Gets the launch entry name.
        Returns:
        The launch entry name.
      • getResourceType

        public java.lang.String getResourceType()
        Gets the resource type.
        Returns:
        The resource type.
      • getResourceClassification

        public java.lang.String getResourceClassification()
        Gets the resource classification.
        Returns:
        The resource classification.
      • includeChildClassifications

        public boolean includeChildClassifications()
        Tests whether to include child classifications.
        Returns:
        True if child classifications are included, false otherwise.