org.xdef.XDDuration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xdef Show documentation
Show all versions of xdef Show documentation
X-definition 4.2 (Open Source Software)
package org.xdef;
import org.xdef.sys.SDuration;
/** Duration in x-script.
* @author Vaclav Trojan
*/
public interface XDDuration extends XDValue {
/** Set duration.
* @param value SDuration object.
*/
public void setDuration(SDuration value);
}