org.jenkinsci.plugins.uithemes.model
Class UIThemeImplSpecProperty

java.lang.Object
  extended by org.jenkinsci.plugins.uithemes.model.UIThemeImplSpecProperty

public class UIThemeImplSpecProperty
extends Object

Author:
tom.fennelly@gmail.com

Nested Class Summary
static class UIThemeImplSpecProperty.Type
           
 
Field Summary
 String defaultValue
           
 String description
           
 String[] permittedValues
           
 String title
           
 UIThemeImplSpecProperty.Type type
           
 
Constructor Summary
UIThemeImplSpecProperty()
           
 
Method Summary
 String getDefaultValue()
           
 String getDescription()
           
 String getTitle()
           
 UIThemeImplSpecProperty.Type getType()
           
 UIThemeImplSpecProperty setDefaultValue(String defaultValue)
           
 UIThemeImplSpecProperty setDescription(String description)
           
 UIThemeImplSpecProperty setPermittedValues(String... permittedValues)
           
 UIThemeImplSpecProperty setTitle(String title)
           
 UIThemeImplSpecProperty setType(UIThemeImplSpecProperty.Type type)
           
 String[] zgetPermittedValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public String title

description

public String description

type

public UIThemeImplSpecProperty.Type type

defaultValue

public String defaultValue

permittedValues

public String[] permittedValues
Constructor Detail

UIThemeImplSpecProperty

public UIThemeImplSpecProperty()
Method Detail

getTitle

public String getTitle()

setTitle

public UIThemeImplSpecProperty setTitle(String title)

getDescription

public String getDescription()

setDescription

public UIThemeImplSpecProperty setDescription(String description)

getType

public UIThemeImplSpecProperty.Type getType()

setType

public UIThemeImplSpecProperty setType(UIThemeImplSpecProperty.Type type)

getDefaultValue

public String getDefaultValue()

setDefaultValue

public UIThemeImplSpecProperty setDefaultValue(String defaultValue)

zgetPermittedValues

public String[] zgetPermittedValues()

setPermittedValues

public UIThemeImplSpecProperty setPermittedValues(String... permittedValues)


Copyright © 2004-2015. All Rights Reserved.