com.atlassian.bamboo.utils
Enum BambooFunctions.GetName

java.lang.Object
  extended by java.lang.Enum<BambooFunctions.GetName>
      extended by com.atlassian.bamboo.utils.BambooFunctions.GetName
All Implemented Interfaces:
com.google.common.base.Function<NameProvider,java.lang.String>, java.io.Serializable, java.lang.Comparable<BambooFunctions.GetName>
Enclosing class:
BambooFunctions

public static enum BambooFunctions.GetName
extends java.lang.Enum<BambooFunctions.GetName>
implements com.google.common.base.Function<NameProvider,java.lang.String>


Enum Constant Summary
INSTANCE
           
 
Method Summary
 java.lang.String apply(NameProvider input)
           
static BambooFunctions.GetName valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BambooFunctions.GetName[] 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, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Enum Constant Detail

INSTANCE

public static final BambooFunctions.GetName INSTANCE
Method Detail

values

public static BambooFunctions.GetName[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (BambooFunctions.GetName c : BambooFunctions.GetName.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static BambooFunctions.GetName valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

apply

@Nullable
public java.lang.String apply(@Nullable
                                       NameProvider input)
Specified by:
apply in interface com.google.common.base.Function<NameProvider,java.lang.String>


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.