public final enum

RoleType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.modules.quickbooks.online.schema.RoleType

Class Overview

Java class for roleType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="roleType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="Customer"/>
     <enumeration value="Vendor"/>
     <enumeration value="Employee"/>
     <enumeration value="NonEmployee"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
RoleType  CUSTOMER   
RoleType  EMPLOYEE   
RoleType  NON_EMPLOYEE   
RoleType  VENDOR   
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static RoleType fromValue(String v)
String value()
static RoleType valueOf(String name)
final static RoleType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final RoleType CUSTOMER

public static final RoleType EMPLOYEE

public static final RoleType NON_EMPLOYEE

public static final RoleType VENDOR

Fields

private final String value

Public Methods

public static RoleType fromValue (String v)

Parameters
v

public String value ()

public static RoleType valueOf (String name)

Parameters
name

public static final RoleType[] values ()