IValueAccess Interface

IValueAccess Interface

This Package | All Packages

public interface IValueAccess

Topic under construction.

Methods
Name Description
getService(Class serviceClass) Topic under construction.
getValue() Topic under construction.
setValue(Object value) Topic under construction.

Methods

IValueAccess.getService

Syntax
public Object getService( Class serviceClass );
Description

Topic under construction.

IValueAccess.getValue

Syntax
public Object getValue();
Description

Topic under construction.

IValueAccess.setValue

Syntax
public void setValue( Object value );
Description

Topic under construction.