Class NamedValueType
- java.lang.Object
-
- org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.NamedValueType
-
public class NamedValueType extends Object
The documentation type for named values.
Created on: Jun 12, 2008- Author:
- Martin Grotzke (martin.grotzke at freiheit.com)
-
-
Constructor Summary
Constructors Constructor Description NamedValueType()NamedValueType(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetValue()voidsetName(String name)voidsetValue(String value)
-