diff --git a/docs/CHANGELOG/index.html b/docs/CHANGELOG/index.html index 95f1a02321..1c09b10b9c 100644 --- a/docs/CHANGELOG/index.html +++ b/docs/CHANGELOG/index.html @@ -291,9 +291,27 @@
From version 14.0.0 onwards the net.sf.mpxj
, net.sf.mpxj-for-csharp
and net.sf.mpxj-for-vb
packages will
+no longer be distributed. Please use the MPXJ.Net
package instead.
MSPDIWriter
to allow the writer to generate timephased data when none is present. Disabled by default, call the setGenerateMissingTimephasedData
and pass true
to enable.Task.getPrimaryResourceID()
and Task.setPrimaryResourceID()
have been marked as deprecated. Use the new Task.getPrimaryResourceUniqueID()
and Task.setPrimaryResourceUniqueID()
methods instead.Task.getPrimaryResource()
and Task.setPrimaryResource()
.ActivityCodeValue.getParent()
method as deprecated. Use ActivityCodeValue.getParentValue()
instead.ActivityCodeValue.getParentUniqueID()
method as deprecated. Use ActivityCodeValue.getParentValueUniqueID()
instead.ActivityCodeValue.Builder.parent()
method as deprecated. Use ActivityCodeValue.Builder.parentValue()
instead.ActivityCodeValue.getActivityCode()
method as deprecated. Use ActivityCodeValue.getParentCode()
instead.public interface Code +extends ProjectEntityWithUniqueID+
Modifier and Type | +Method and Description | +
---|---|
List<? extends CodeValue> |
+getChildValues()
+Retrieve the immediate child values for this code.
+ |
+
Integer |
+getMaxLength()
+Retrieve the max length.
+ |
+
String |
+getName()
+Retrieve the project code name.
+ |
+
boolean |
+getSecure()
+Retrieve the secure flag.
+ |
+
Integer |
+getSequenceNumber()
+Retrieve the sequence number of this project code.
+ |
+
Integer |
+getUniqueID()
+Retrieve the project code unique ID.
+ |
+
List<? extends CodeValue> |
+getValues()
+Retrieve all values for this code.
+ |
+
Integer getUniqueID()+
getUniqueID
in interface ProjectEntityWithUniqueID
Integer getSequenceNumber()+
String getName()+
boolean getSecure()+
Integer getMaxLength()+
List<? extends CodeValue> getValues()+
Copyright © 2000–2024 Packwood Software. All rights reserved.
+ +