org.eclipse.birt.report.tests.model.reportItem
Class TestPropertyDefinitionImpl

java.lang.Object
  extended byorg.eclipse.birt.report.model.api.extension.PropertyDefinition
      extended byorg.eclipse.birt.report.tests.model.reportItem.TestPropertyDefinitionImpl
All Implemented Interfaces:
org.eclipse.birt.report.model.api.extension.IPropertyDefinition

public final class TestPropertyDefinitionImpl
extends org.eclipse.birt.report.model.api.extension.PropertyDefinition

Author:
gxu TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 java.util.List getChoices()
           
 java.lang.Object getDefaultValue()
           
 java.lang.String getDisplayNameID()
           
 java.lang.String getGroupNameID()
           
 java.util.List getMembers()
           
 java.lang.String getName()
           
 int getType()
           
 boolean isList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGroupNameID

public java.lang.String getGroupNameID()

getName

public java.lang.String getName()

getDisplayNameID

public java.lang.String getDisplayNameID()

getType

public int getType()

isList

public boolean isList()

getChoices

public java.util.List getChoices()

getMembers

public java.util.List getMembers()

getDefaultValue

public java.lang.Object getDefaultValue()