Class ColladaProfileCommon

    • Constructor Detail

      • ColladaProfileCommon

        public ColladaProfileCommon​(java.lang.String ns)
        Construct an instance.
        Parameters:
        ns - the qualifying namespace URI. May be null to indicate no namespace qualification.
    • Method Detail

      • getTechnique

        public ColladaTechnique getTechnique()
        Indicates the technique field of this profile.
        Returns:
        The value of the technique field, or null if the field is not set.
      • getExtra

        public ColladaExtra getExtra()
        Indicates the extra field of this profile.
        Returns:
        The value of the technique field, or null if the field is not set.
      • getParam

        public ColladaNewParam getParam​(java.lang.String sid)
        Find a NewParam item by scoped ID (the sid attribute of the param).
        Overrides:
        getParam in class ColladaAbstractParamContainer
        Parameters:
        sid - Id to search for.
        Returns:
        The requested parameter, or null if no such parameter can be found.