public abstract static class PropertySupport.WriteOnly<T> extends PropertySupport<T>
Node.Property.setValue(T)
.PropertySupport.Name, PropertySupport.ReadOnly<T>, PropertySupport.ReadWrite<T>, PropertySupport.Reflection<T>, PropertySupport.WriteOnly<T>
Constructor | Description |
---|---|
WriteOnly(String name,
Class<T> type,
String displayName,
String shortDescription) |
Construct a new support.
|
Modifier and Type | Method | Description |
---|---|---|
T |
getValue() |
Get the value.
|
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue, toString
equals, getHtmlDisplayName, getPropertyEditor, getValueType, hashCode, isDefaultValue, restoreDefaultValue, setValue, supportsDefaultValue
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
canRead, canWrite
public WriteOnly(String name, Class<T> type, String displayName, String shortDescription)
name
- the name of the propertytype
- the class type of the propertydisplayName
- the display name of the propertyshortDescription
- a short description of the propertypublic T getValue() throws IllegalAccessException, IllegalArgumentException, InvocationTargetException
Node.Property
getValue
in class Node.Property<T>
IllegalAccessException
- cannot access the called methodInvocationTargetException
- an exception during invocationIllegalArgumentException
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.