|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.msponer.android.yac.xml.WorkItemElementRestriction
public class WorkItemElementRestriction
Class represents a XSD restriction element. YAC uses it to support enumeration. Other attributes are not yet supported. The corresponding YAWL class is org.yawlfoundation.yawl.resourcing.jsf.dynform.DynFormFieldRestriction
Constructor Summary | |
---|---|
WorkItemElementRestriction(org.jdom.Element restriction,
org.jdom.Namespace ns)
Instantiates a new work item element restriction. |
Method Summary | |
---|---|
String |
getBaseType()
Returns the base type. |
List<String> |
getEnumeration()
Returns the enumeration. |
WorkItemElementEntry |
getOwner()
Returns the owner. |
boolean |
hasEnumeration()
Checks for enumeration. |
void |
setBaseType(String baseType)
Sets the base type. |
void |
setEnumeration(List<String> enumeration)
Sets the enumeration. |
void |
setOwner(WorkItemElementEntry owner)
Sets the owner. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkItemElementRestriction(org.jdom.Element restriction, org.jdom.Namespace ns)
restriction
- the restrictionns
- the nsMethod Detail |
---|
public String getBaseType()
public void setBaseType(String baseType)
baseType
- the new base typepublic WorkItemElementEntry getOwner()
public void setOwner(WorkItemElementEntry owner)
owner
- the new ownerpublic List<String> getEnumeration()
public void setEnumeration(List<String> enumeration)
enumeration
- the new enumerationpublic boolean hasEnumeration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |