-
- All Known Subinterfaces:
Analog<ANALOG_TYPE,CONFIG_TYPE,PROVIDER_TYPE>
,AnalogInput
,AnalogInputProvider
,AnalogOutput
,AnalogOutputProvider
,AnalogProvider<PROVIDER_TYPE,ANALOG_TYPE,CONFIG_TYPE>
,Context
,ContextProperties
,Digital<DIGITAL_TYPE,CONFIG_TYPE,PROVIDER_TYPE>
,DigitalInput
,DigitalInputProvider
,DigitalOutput
,DigitalOutputProvider
,DigitalProvider<PROVIDER_TYPE,DIGITAL_TYPE,CONFIG_TYPE>
,Extension<T>
,com.pi4j.io.gpio.Gpio<IO_TYPE,CONFIG_TYPE,PROVIDER_TYPE>
,com.pi4j.io.gpio.GpioProvider<PROVIDER_TYPE,IO_TYPE,CONFIG_TYPE>
,I2C
,I2CProvider
,Identity
,IO<IO_TYPE,CONFIG_TYPE,PROVIDER_TYPE>
,Metadatum
,Platform
,Platforms
,Provider<PROVIDER_TYPE,IO_TYPE,CONFIG_TYPE>
,Providers
,Pwm
,PwmProvider
,Registry
,Serial
,SerialProvider
,Spi
,SpiProvider
- All Known Implementing Classes:
AnalogBase
,AnalogInputBase
,AnalogInputProviderBase
,AnalogOutputBase
,AnalogOutputProviderBase
,AnalogProviderBase
,DigitalBase
,DigitalInputBase
,DigitalInputProviderBase
,DigitalOutputBase
,DigitalOutputProviderBase
,DigitalProviderBase
,ExtensionBase
,com.pi4j.io.gpio.GpioBase
,com.pi4j.io.gpio.GpioProviderBase
,I2CBase
,I2CProviderBase
,IdentityBase
,IOBase
,PlatformBase
,ProviderBase
,ProviderGroup
,PwmBase
,PwmProviderBase
,SerialBase
,SerialProviderBase
,SpiBase
,SpiProviderBase
public interface Describable
Describable interface.
- Version:
- $Id: $Id
- Author:
- Robert Savage (http://www.savagehomeautomation.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Descriptor
describe()
describe.
-
-
-
Method Detail
-
describe
Descriptor describe()
describe.
- Returns:
- a
Descriptor
object.
-
-