Package com.adobe.xfa

Class PseudoModel

  • All Implemented Interfaces:
    Peer
    Direct Known Subclasses:
    EventPseudoModel, HostPseudoModel

    public abstract class PseudoModel
    extends Obj
    A base class for all transient scripting objects. Transient objects represent objects that are available at runtime, but are not represented by a corresponding XFA model.
    • Constructor Detail

      • PseudoModel

        public PseudoModel()
    • Method Detail

      • getAliasObject

        public Obj getAliasObject()
      • getClassName

        public java.lang.String getClassName()
        Description copied from class: Obj
        Gets the name of this object's class. Overriden by derived classes such as Element that have a local name that may be returned instead.
        Overrides:
        getClassName in class Obj
        Returns:
        the class name.