Class YMapType


public class YMapType extends YType
  • Constructor Details

  • Method Details

    • getDefaultMetaTypeCode

      protected String getDefaultMetaTypeCode()
      Specified by:
      getDefaultMetaTypeCode in class YTypeSystemElement
    • getLangItemClass

      protected Class getLangItemClass()
    • isLocalizationMap

      public boolean isLocalizationMap()
    • validate

      public void validate()
      Description copied from class: YNameSpaceElement
      Validates the element. This should check whether or not lazy references can be resolved or any data is missing.
      Overrides:
      validate in class YType
    • getArgumentTypeCode

      public String getArgumentTypeCode()
    • getArgumentType

      public YType getArgumentType()
    • getReturnTypeCode

      public String getReturnTypeCode()
    • getReturnType

      public YType getReturnType()
    • getJavaClassName

      public String getJavaClassName()
      Specified by:
      getJavaClassName in class YType
    • isAssignableFrom

      public boolean isAssignableFrom(YType type)
      Specified by:
      isAssignableFrom in class YType
    • equals

      public boolean equals(Object type)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object