Class representing a PetroVisor entityType object.
Public fields
name
The name of the entity type.
image
The image of the entity type represented as string.
Methods
Method new()
Create a new EntityType instance.
Arguments
name
The name of entity type.
image
The image of the entity type represented as string.
Method toList()
Details
Convert the object to a list. This function is mainly used
by the RepositoryService to convert the objects to lists and then
call the web API.
Method clone()
The objects of this class are cloneable with this method.
Usage
EntityType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Examples
if (FALSE) { # \dontrun{
EntityType$new(name = "Section")
} # }