com.atlassian.jira.bc.admin
Class ApplicationProperty

java.lang.Object
  extended by com.atlassian.jira.bc.admin.ApplicationProperty

public final class ApplicationProperty
extends Object

Represents an administrative admin setting's current value and maintains an association to its declared ApplicationPropertyMetadata which stores its default value, key, type etc.

Since:
v4.4

Constructor Summary
ApplicationProperty(ApplicationPropertyMetadata metadata, String currentValue)
           
 
Method Summary
 String getCurrentValue()
           
 ApplicationPropertyMetadata getMetadata()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationProperty

public ApplicationProperty(ApplicationPropertyMetadata metadata,
                           String currentValue)
Method Detail

getMetadata

public ApplicationPropertyMetadata getMetadata()

getCurrentValue

public String getCurrentValue()


Copyright © 2002-2013 Atlassian. All Rights Reserved.