public class FmDevice
extends java.lang.Object
Constructor and Description |
---|
FmDevice(com.arm.cmsis.zone.data.ICpDeviceResource device)
Create Device generator data model element.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FmBlock> |
getBlocks()
Get a collection of blocks for this device.
|
java.lang.String |
getName()
Get the device name.
|
java.lang.String |
getPackageName()
Get the pack name support for this device is provided by,
might be empty if no device family pack is available.
|
java.lang.String |
getPackageVendor()
Get the device family pack vendor name.
|
java.lang.String |
getVendor()
Get the vendor name of the device.
|
public FmDevice(com.arm.cmsis.zone.data.ICpDeviceResource device)
device
- The storage data model element to wrap.public java.lang.String getName()
public java.lang.String getVendor()
public java.lang.String getPackageName()
public java.lang.String getPackageVendor()
public java.util.Collection<FmBlock> getBlocks()