Enum EnterpriseVoiceVPNDefaultSelection

java.lang.Object
java.lang.Enum<EnterpriseVoiceVPNDefaultSelection>
co.ecg.alpaca.toolkit.generated.enums.EnterpriseVoiceVPNDefaultSelection
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EnterpriseVoiceVPNDefaultSelection>, java.lang.constant.Constable

public enum EnterpriseVoiceVPNDefaultSelection
extends java.lang.Enum<EnterpriseVoiceVPNDefaultSelection>
Enterprise Voice VPN Default Selector.
Author:
AlpacaGenerator
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    PRIVATE  
    PUBLIC  
  • Method Summary

    Modifier and Type Method Description
    static EnterpriseVoiceVPNDefaultSelection get​(java.lang.String value)  
    static EnterpriseVoiceVPNDefaultSelection[] getArray​(java.lang.String[] values)  
    java.lang.String toString()  
    java.lang.String value()  
    static EnterpriseVoiceVPNDefaultSelection valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static EnterpriseVoiceVPNDefaultSelection[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait