net.sf.mpxj.planner.schema
Class Constraint
java.lang.Object
net.sf.mpxj.planner.schema.Constraint
public class Constraint
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected String type
time
protected String time
Constraint
public Constraint()
getType
public String getType()
- Gets the value of the type property.
- Returns:
- possible object is
String
setType
public void setType(String value)
- Sets the value of the type property.
- Parameters:
value - allowed object is
String
getTime
public String getTime()
- Gets the value of the time property.
- Returns:
- possible object is
String
setTime
public void setTime(String value)
- Sets the value of the time property.
- Parameters:
value - allowed object is
String
Copyright © 2012. All Rights Reserved.