Uses of Class
com.aspose.tasks.WBSCodeMask
-
-
Uses of WBSCodeMask in com.aspose.tasks
Methods in com.aspose.tasks that return WBSCodeMask Modifier and Type Method Description WBSCodeMask
WBSCodeMaskCollection. get(int index)
WBSCodeMask
WBSCodeMaskCollection. remove(int index)
Removes the element at the specified position in this list.Methods in com.aspose.tasks that return types with arguments of type WBSCodeMask Modifier and Type Method Description Iterator<WBSCodeMask>
WBSCodeMaskCollection. iterator()
Returns an enumerator for this collection.List<WBSCodeMask>
WBSCodeMaskCollection. toList()
Converts a WBSCodeMaskCollection to a list ofWBSCodeMask
objects.Methods in com.aspose.tasks with parameters of type WBSCodeMask Modifier and Type Method Description void
WBSCodeMaskCollection. add(int index, WBSCodeMask element)
Inserts the specified element at the specified position in this list.boolean
WBSCodeMaskCollection. add(WBSCodeMask item)
Adds the specified item to this collection.
-