|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.uwl.config.ItemTypeCriteria
ItemTypeCriteria contains information on qualifications an Item should have in order to belong to a particular item type. Typically this qualification contains type,system from which item comes from and an optional filter.
| Constructor Summary | |
ItemTypeCriteria(String extType,
String sysId,
String connector)
|
|
ItemTypeCriteria(String extType,
String sysId,
String connector,
CompoundExpression c)
|
|
| Method Summary | |
Object |
clone()
|
CompoundExpression |
getCompoundExpression()
Returns the ce. |
String |
getConnectorName()
Returns the connectorName. |
String |
getExternallType()
Returns the extlType. |
String |
getSystemId()
Returns the systemId. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ItemTypeCriteria(String extType,
String sysId,
String connector,
CompoundExpression c)
public ItemTypeCriteria(String extType,
String sysId,
String connector)
| Method Detail |
public String getConnectorName()
public CompoundExpression getCompoundExpression()
public String getExternallType()
public String getSystemId()
public Object clone()
throws CloneNotSupportedException
CloneNotSupportedException
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||