org.tinygroup.uiengine.config
类 MacroParameter

java.lang.Object
  继承者 org.tinygroup.uiengine.config.MacroParameter

public class MacroParameter
extends Object

作者:
luoguo

构造方法摘要
MacroParameter()
           
 
方法摘要
 String getDescription()
           
 String getName()
           
 String getTitle()
           
 String getType()
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setTitle(String title)
           
 void setType(String type)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MacroParameter

public MacroParameter()
方法详细信息

getName

public String getName()

setName

public void setName(String name)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getType

public String getType()

setType

public void setType(String type)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


Copyright © 2006–2016 TinyGroup. All rights reserved.