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 and Description |
---|
InputLocal() |
Modifier and Type | Method and Description |
---|---|
String |
getSemantic()
Gets or sets the semantic.
|
String |
getSource()
Gets or sets the source.
|
void |
setSemantic(String value)
Gets or sets the semantic.
|
void |
setSource(String value)
Gets or sets the source.
|
public final String getSemantic()
Gets or sets the semantic. The semantic attribute is the user-defined meaning of the input connection. Required attribute.
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.
public final String getSource()
Gets or sets the source. The source attribute indicates the location of the data source. Required attribute.
public final void setSource(String value)
Gets or sets the source. The source attribute indicates the location of the data source. Required attribute.