|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.service.relation.operands.AbstractRelationOperand
com.sapportals.wcm.service.relation.operands.StringOperand
IRelationOperand implementation for String s.
| Constructor Summary | |
StringOperand(String string)
Create a StringOperand out of a String . |
|
| Method Summary | |
IResource |
asResource()
Get the relation operand as resource, if this operand is managed by a repository manager. |
boolean |
equals(Object object)
|
String |
getID()
Get the relation operand's unique id. |
Object |
getObject()
Get the relation operand's unwrapped object. |
IRelationOperandType |
getType()
Get the relation operand's type. |
String |
getValue()
Get the wrapped string. |
| Methods inherited from class com.sapportals.wcm.service.relation.operands.AbstractRelationOperand |
getRelationBySource, getRelationByTarget, getRelationsBySource, getRelationsBySource, getRelationsBySource, getRelationsByTarget, getRelationsByTarget, getRelationsByTarget |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StringOperand(String string)
throws InvalidArgumentException
StringOperand out of a String .
string - the String to wrap.
InvalidArgumentException - , if the given string is
null .| Method Detail |
public String getValue()
String for this operand.public boolean equals(Object object)
public IRelationOperandType getType()
throws ResourceException
IRelationOperand
getType in interface IRelationOperandgetType in class AbstractRelationOperandResourceException
public String getID()
throws ResourceException
IRelationOperand
getID in interface IRelationOperandgetID in class AbstractRelationOperandResourceExceptionpublic Object getObject()
IRelationOperand
getObject in interface IRelationOperandgetObject in class AbstractRelationOperand
public IResource asResource()
throws ResourceException
IRelationOperand
asResource in interface IRelationOperandasResource in class AbstractRelationOperandResourceException
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||