- 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)
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NamedValueType
public NamedValueType()
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
getValue
public String getValue()
- Returns:
- the value
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.