| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.portal.propertybroker.property.Direction
public class Direction
Typesafe enum pattern that encapsulates the direction of a Property. The direction information determines if the property is produced or consumed by a component.
Field Summary | |
---|---|
static Direction | IN
IN indicates that a component produces the property. |
static Direction | OUT
OUT indicates that a component consumes the property. |
Method Summary | |
---|---|
boolean | equals(java.lang.Object o)
|
int | hashCode()
|
java.lang.String | toString()
Override default |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Direction IN
public static final Direction OUT
Method Detail |
---|
public java.lang.String toString()
public final boolean equals(java.lang.Object o)
public final int hashCode()
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |