Uses of Enum Class
com.aspose.tasks.cloud.model.ElementType
Packages that use ElementType
-
Uses of ElementType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return ElementTypeModifier and TypeMethodDescriptionstatic ElementTypeExtendedAttributeDefinition.getElementType()Determines whether the extended attribute is associated with a task or a resourceElementType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static ElementTypeReturns the enum constant of this class with the specified name.static ElementType[]ElementType.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 ElementTypeModifier and TypeMethodDescriptionExtendedAttributeDefinition.elementType(ElementType elementType) voidExtendedAttributeDefinition.setElementType(ElementType elementType) voidElementType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, ElementType enumeration)