com.atlassian.validation
Class ApplicationPropertyEnumerator

java.lang.Object
  extended by com.atlassian.validation.ApplicationPropertyEnumerator
All Implemented Interfaces:
Enumerator<String>

public final class ApplicationPropertyEnumerator
extends Object
implements Enumerator<String>

Enumerates possible values for an application property

Since:
v4.4

Method Summary
 Set<String> getEnumeration()
           
static ApplicationPropertyEnumerator of(Iterable<String> enumeratedValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEnumeration

public Set<String> getEnumeration()
Specified by:
getEnumeration in interface Enumerator<String>

of

public static ApplicationPropertyEnumerator of(Iterable<String> enumeratedValues)


Copyright © 2002-2014 Atlassian. All Rights Reserved.