Package jadex.xml

Class SubobjectInfo


  • public class SubobjectInfo
    extends AbstractInfo
    Info object for subobjects, i.e. objects that are contained in another object.
    • Field Detail

      • accessinfo

        protected AccessInfo accessinfo
        The access info.
      • multi

        protected boolean multi
        The multiplicity.
      • objectinfo

        protected ObjectInfo objectinfo
        The object info (for writing).
      • flattening

        protected java.lang.Boolean flattening
        The flattening flag.
    • Method Detail

      • getAccessInfo

        public AccessInfo getAccessInfo()
        Get the link info.
        Returns:
        The link info.
      • getConverter

        public ISubObjectConverter getConverter()
        Get the converter.
        Returns:
        The converter.
      • isMulti

        public boolean isMulti()
        Test if it is a multi subobject.
        Returns:
        True, if multi.
      • getObjectInfo

        public ObjectInfo getObjectInfo()
        Get the objectinfo.
        Returns:
        The objectinfo.
      • getFlattening

        public java.lang.Boolean getFlattening()
        Get the flattening.
        Returns:
        The flattening.