public class RefSpecAttribute extends AbstractSpecAttribute implements java.lang.Cloneable
| Constructor and Description |
|---|
RefSpecAttribute() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
clone() |
java.util.List<RefValueChoice> |
getChoices() |
java.lang.Class<?> |
getTargetClass()
Default is
String |
java.lang.String |
getTargetClassName() |
java.lang.Object |
getValue()
The default value for this attribute.
|
void |
setChoices(java.util.List<RefValueChoice> choices) |
void |
setTargetClass(java.lang.Class<?> targetClass) |
void |
setValue(java.lang.Object value) |
java.lang.String |
toString() |
getDescription, getIsConstant, getIsFrozen, getIsHidden, getIsImmutable, getIsParameter, setDescription, setIsConstant, setIsFrozen, setIsHidden, setIsImmutable, setIsParameterpublic java.lang.Object getValue()
ExecutionSpecAttributeExecutionSpecAttribute.getIsFrozen() is true, in which case it represents
the constant value of this attribute.getValue in interface ExecutionSpecAttributepublic void setValue(java.lang.Object value)
public java.lang.Class<?> getTargetClass()
Stringpublic void setTargetClass(java.lang.Class<?> targetClass)
public java.lang.String getTargetClassName()
public java.util.List<RefValueChoice> getChoices()
public void setChoices(java.util.List<RefValueChoice> choices)
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007–2020. All rights reserved.