Uses of Enum Class
com.aspose.tasks.cloud.model.OutlineValueType
Packages that use OutlineValueType
-
Uses of OutlineValueType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return OutlineValueTypeModifier and TypeMethodDescriptionstatic OutlineValueType
OutlineValue.getType()
The outline code type.OutlineValueType.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static OutlineValueType
Returns the enum constant of this class with the specified name.static OutlineValueType[]
OutlineValueType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aspose.tasks.cloud.model with parameters of type OutlineValueTypeModifier and TypeMethodDescriptionvoid
OutlineValue.setType
(OutlineValueType type) OutlineValue.type
(OutlineValueType type) void
OutlineValueType.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, OutlineValueType enumeration)