com.atlassian.jira.functest.framework.navigation.issue
Enum AttachmentsBlock.Sort.Direction

java.lang.Object
  extended by java.lang.Enum<AttachmentsBlock.Sort.Direction>
      extended by com.atlassian.jira.functest.framework.navigation.issue.AttachmentsBlock.Sort.Direction
All Implemented Interfaces:
Serializable, Comparable<AttachmentsBlock.Sort.Direction>
Enclosing interface:
AttachmentsBlock.Sort

public static enum AttachmentsBlock.Sort.Direction
extends Enum<AttachmentsBlock.Sort.Direction>

Represents a sort direction used when sorting the attachments list on the view issue page.


Enum Constant Summary
ASCENDING
           
DESCENDING
           
 
Method Summary
 String getLinkId()
           
static AttachmentsBlock.Sort.Direction valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttachmentsBlock.Sort.Direction[] 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
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ASCENDING

public static final AttachmentsBlock.Sort.Direction ASCENDING

DESCENDING

public static final AttachmentsBlock.Sort.Direction DESCENDING
Method Detail

values

public static AttachmentsBlock.Sort.Direction[] 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 (AttachmentsBlock.Sort.Direction c : AttachmentsBlock.Sort.Direction.values())
    System.out.println(c);

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

valueOf

public static AttachmentsBlock.Sort.Direction valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getLinkId

public String getLinkId()


Copyright © 2002-2013 Atlassian. All Rights Reserved.