public class GetterStateVariableAccessor extends StateVariableAccessor
| Constructor and Description |
|---|
GetterStateVariableAccessor(Method getter) |
| Modifier and Type | Method and Description |
|---|---|
Method |
getGetter() |
Class<?> |
getReturnType() |
Object |
read(Object serviceImpl) |
String |
toString() |
readpublic GetterStateVariableAccessor(Method getter)
public Method getGetter()
public Class<?> getReturnType()
getReturnType in class StateVariableAccessorpublic Object read(Object serviceImpl) throws Exception
read in class StateVariableAccessorExceptionpublic String toString()
toString in class StateVariableAccessorCopyright © 2023 jUPnP.org. All rights reserved.