Enum Class ExternalID

java.lang.Object
java.lang.Enum<ExternalID>
org.deltava.beans.ExternalID
All Implemented Interfaces:
Serializable, Comparable<ExternalID>, Constable

public enum ExternalID extends Enum<ExternalID>
An enumeration to store external ID types and Facebook tokens.
Since:
1.0
Version:
10.3
Author:
Luke
  • Enum Constant Details

  • Method Details

    • values

      public static ExternalID[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ExternalID valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Returns the service name.
      Returns:
      the name
    • getIsVisible

      public boolean getIsVisible()
      Returns whether the service address can be viewed and updated by the user.
      Returns:
      TRUE if user-visible, otherwise FALSE