Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class InputLocal



  • public class InputLocal
    extends ColladaElement

    The input local. The input_local_type element is used to represent inputs that can only reference resources declared in the same document.

    • Constructor Detail

      • InputLocal

        public InputLocal()
    • Method Detail

      • getSemantic

        public final String getSemantic()

        Gets or sets the semantic. The semantic attribute is the user-defined meaning of the input connection. Required attribute.

      • setSemantic

        public final void setSemantic(String value)

        Gets or sets the semantic. The semantic attribute is the user-defined meaning of the input connection. Required attribute.

      • getSource

        public final String getSource()

        Gets or sets the source. The source attribute indicates the location of the data source. Required attribute.

      • setSource

        public final void setSource(String value)

        Gets or sets the source. The source attribute indicates the location of the data source. Required attribute.