Class PropInfo


  • public class PropInfo
    extends Object
    Information about a property being imported. This class is used by the XML import handlers to pass the parsed property information through the Importer interface to the actual import process.

    In addition to carrying the actual property data, instances of this class also know how to apply that data when imported either to a NodeImpl instance through a session or directly to a NodeState instance in a workspace.

    • Constructor Detail

      • PropInfo

        public PropInfo​(Name name,
                        int type,
                        TextValue[] values)
        Creates a property information instance.
        Parameters:
        name - name of the property being imported
        type - type of the property being imported
        values - value(s) of the property being imported
      • PropInfo

        public PropInfo​(Name name,
                        int type,
                        TextValue[] values,
                        PropInfo.MultipleStatus multipleStatus)
        Creates a property information instance.
        Parameters:
        name - name of the property being imported
        type - type of the property being imported
        values - value(s) of the property being imported
        multipleStatus - Hint indicating whether the property is multi- or single-value