org.jboss.metadata.javaee.spec
Class DescriptionImpl
java.lang.Object
org.jboss.metadata.annotation.AbstractAnnotationImpl
org.jboss.metadata.javaee.support.LanguageMetaData
org.jboss.metadata.javaee.spec.DescriptionImpl
- All Implemented Interfaces:
- Serializable, Annotation, Description, IdMetaData, MappableMetaData
public class DescriptionImpl
- extends LanguageMetaData
- implements Description
DescriptionImpl.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
- See Also:
- Serialized Form
DescriptionImpl
public DescriptionImpl()
- Create a new DescriptionImpl.
value
public String value()
getDescription
public String getDescription()
- Get the description.
- Returns:
- the description.
setDescription
public void setDescription(String description)
- Set the description.
- Parameters:
description
- the description.
- Throws:
IllegalArgumentException
- for a null description
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.