public class ActionItemStatus extends Object
Gets a bit field representing the status of a note tag.
Constructor and Description |
---|
ActionItemStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
The equals.
|
boolean |
getRemoved()
Gets whether the task associated with a task tag has been removed.
|
boolean |
getUnsynchronized()
Gets whether a task tag has been synchronized.
|
int |
hashCode()
The get hash code.
|
boolean |
isCompleted()
Gets whether a checkable note tag is finished.
|
boolean |
isDisabled()
Gets whether the note tag is disabled.
|
boolean |
isTaskTag()
Gets whether a note tag is a task tag.
|
static boolean |
op_Equality(ActionItemStatus left,
ActionItemStatus right)
The ==.
|
static boolean |
op_Inequality(ActionItemStatus left,
ActionItemStatus right)
The !=.
|
void |
setCompleted(boolean value)
Gets whether a checkable note tag is finished.
|
void |
setDisabled(boolean value)
Gets whether the note tag is disabled.
|
void |
setRemoved(boolean value)
Gets whether the task associated with a task tag has been removed.
|
void |
setTaskTag(boolean value)
Gets whether a note tag is a task tag.
|
void |
setUnsynchronized(boolean value)
Gets whether a task tag has been synchronized.
|
public boolean isCompleted()
Gets whether a checkable note tag is finished. MUST be true for non-checkable note tags.
public void setCompleted(boolean value)
Gets whether a checkable note tag is finished. MUST be true for non-checkable note tags.
public boolean isDisabled()
Gets whether the note tag is disabled.
public void setDisabled(boolean value)
Gets whether the note tag is disabled.
public boolean isTaskTag()
Gets whether a note tag is a task tag. MUST be true for task tags, and MUST be false for normal tags.
public void setTaskTag(boolean value)
Gets whether a note tag is a task tag. MUST be true for task tags, and MUST be false for normal tags.
public boolean getUnsynchronized()
Gets whether a task tag has been synchronized. MUST be false for normal note tags.
public void setUnsynchronized(boolean value)
Gets whether a task tag has been synchronized. MUST be false for normal note tags.
public boolean getRemoved()
Gets whether the task associated with a task tag has been removed. MUST be false for normal note tags.
public void setRemoved(boolean value)
Gets whether the task associated with a task tag has been removed. MUST be false for normal note tags.
public static boolean op_Equality(ActionItemStatus left, ActionItemStatus right)
The ==.
public static boolean op_Inequality(ActionItemStatus left, ActionItemStatus right)
The !=.
Copyright (c) 2016 Aspose. All Rights Reserved.