Modifier and Type | Optional Element and Description |
---|---|
State.AccessorType |
accessorType
Specify how to access the State Field
|
String |
getMethodName
If the name of the get method is not a standard JavaBean getter method, then specify
the name of the name of the getter method.
|
String |
setMethodName
If the name of the set method is not a standard JavaBean setter method, then specify
the name of the name of the setter method.
|
public abstract State.AccessorType accessorType
public abstract String setMethodName
public abstract String getMethodName
Copyright © 2016. All rights reserved.