Class ApplicationType

  • All Implemented Interfaces:
    java.io.Serializable

    public class ApplicationType
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_NAME

        public static final Name TYPE_NAME
      • FIELD_NAME_CONTEXT

        public static final Name FIELD_NAME_CONTEXT
      • FIELD_NAME_ARGUMENT

        public static final Name FIELD_NAME_ARGUMENT
      • context

        public final Type context
      • argument

        public final Type argument
    • Constructor Detail

      • ApplicationType

        public ApplicationType​(Type context,
                               Type argument)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object