public class ComponentVariableBinding extends ComponentPropertyBinding
| Constructor and Description |
|---|
ComponentVariableBinding(String methodOwner,
String methodName,
String name,
ValueType rawValueType,
ValueType valueType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
ValueType |
getRawValueType() |
ValueType |
getValueType() |
void |
setName(String name) |
void |
setRawValueType(ValueType rawValueType) |
void |
setValueType(ValueType valueType) |
getMethodName, getMethodOwner, setMethodName, setMethodOwnerpublic ValueType getRawValueType()
public void setRawValueType(ValueType rawValueType)
public ValueType getValueType()
public void setValueType(ValueType valueType)
public String getName()
public void setName(String name)
Copyright © 2019. All rights reserved.