Interface MInput
-
- All Known Subinterfaces:
MInputPart
@Deprecated public interface MInput
Deprecated.No longer usedA representation of the model object 'Input'.This class should be mixed into UI elements such as InputParts that need to reference an external resource (files...).
- Since:
- 1.0
- See Also:
- Bug 509868
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be referenced by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getInputURI()
Deprecated.No longer usedvoid
setInputURI(String value)
Deprecated.No longer used
-
-
-
Method Detail
-
getInputURI
@Deprecated String getInputURI()
Deprecated.No longer usedReturns the value of the 'Input URI' attribute.The specification of the particular resource's location or other meta information. The format of this field will be interpreted by the class using it (i.e. a Part).
- Returns:
- the value of the 'Input URI' attribute.
- See Also:
setInputURI(String)
, Bug 509868- Restriction:
-
setInputURI
@Deprecated void setInputURI(String value)
Deprecated.No longer usedSets the value of the 'Input URI
' attribute.- Parameters:
value
- the new value of the 'Input URI' attribute.- See Also:
getInputURI()
, Bug 509868- Restriction:
-
-