public static class CollaborationInfo.CollaborationEvent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CollaborationInfo.CollaborationEvent.Type |
Constructor and Description |
---|
CollaborationInfo.CollaborationEvent(CollaborationInfo.CollaborationEvent.Type type,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
CollaborationInfo.CollaborationEvent.Type |
getType() |
java.lang.Object |
getValue() |
void |
setType(CollaborationInfo.CollaborationEvent.Type type) |
void |
setValue(java.lang.Object value) |
public CollaborationInfo.CollaborationEvent(CollaborationInfo.CollaborationEvent.Type type, java.lang.Object value)
public CollaborationInfo.CollaborationEvent.Type getType()
public void setType(CollaborationInfo.CollaborationEvent.Type type)
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.