org.kie.workbench.common.screens.datamodeller.model
Class AnnotationMemberDefinitionTO
java.lang.Object
org.kie.workbench.common.screens.datamodeller.model.AnnotationMemberDefinitionTO
@Portable
public class AnnotationMemberDefinitionTO
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationMemberDefinitionTO
public AnnotationMemberDefinitionTO()
AnnotationMemberDefinitionTO
public AnnotationMemberDefinitionTO(String name,
String className,
boolean primitiveType,
boolean enumMember,
Object defaultValue,
String shortDescription,
String description)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getShortDescription
public String getShortDescription()
setShortDescription
public void setShortDescription(String shortDescription)
getDefaultValue
public Object getDefaultValue()
getClassName
public String getClassName()
isEnum
public boolean isEnum()
isPrimitiveType
public boolean isPrimitiveType()
isArray
public boolean isArray()
isString
public boolean isString()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.