public class RefParameter extends AbstractParameter implements Parameter
access, description, in, name, pattern, readOnly, required
Constructor and Description |
---|
RefParameter(java.lang.String ref) |
RefParameter(java.lang.String ref,
RefFormat refFormat) |
Modifier and Type | Method and Description |
---|---|
RefParameter |
asDefault(java.lang.String ref) |
RefParameter |
description(java.lang.String description) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
get$ref() |
java.lang.String |
getOriginalRef() |
RefFormat |
getRefFormat() |
boolean |
getRequired() |
java.lang.String |
getSimpleRef() |
int |
hashCode() |
static boolean |
isType(java.lang.String type,
java.lang.String format) |
void |
set$ref(java.lang.String ref) |
getAccess, getDescription, getIn, getName, getPattern, getVendorExtensions, isReadOnly, setAccess, setDescription, setIn, setName, setPattern, setReadOnly, setRequired, setVendorExtension, setVendorExtensions
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAccess, getDescription, getIn, getName, getPattern, getVendorExtensions, isReadOnly, setAccess, setDescription, setIn, setName, setPattern, setReadOnly, setRequired
public RefParameter(java.lang.String ref)
public RefParameter(java.lang.String ref, RefFormat refFormat)
public static boolean isType(java.lang.String type, java.lang.String format)
public RefParameter asDefault(java.lang.String ref)
public RefParameter description(java.lang.String description)
public java.lang.String get$ref()
public void set$ref(java.lang.String ref)
public RefFormat getRefFormat()
public boolean getRequired()
getRequired
in interface Parameter
getRequired
in class AbstractParameter
public java.lang.String getSimpleRef()
public java.lang.String getOriginalRef()
public int hashCode()
hashCode
in class AbstractParameter
public boolean equals(java.lang.Object obj)
equals
in class AbstractParameter
Copyright © 2020 JBoss by Red Hat. All Rights Reserved.