Uses of Class
iotmodel.PhysicalLinkLayer
| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
-
Uses of PhysicalLinkLayer in iotmodel
Fields in iotmodel with type parameters of type PhysicalLinkLayer Modifier and Type Field Description static List<PhysicalLinkLayer>PhysicalLinkLayer. VALUESA public read-only list of all the 'Physical Link Layer' enumerators.Methods in iotmodel that return PhysicalLinkLayer Modifier and Type Method Description static PhysicalLinkLayerPhysicalLinkLayer. get(int value)Returns the 'Physical Link Layer' literal with the specified integer value.static PhysicalLinkLayerPhysicalLinkLayer. get(String literal)Returns the 'Physical Link Layer' literal with the specified literal value.static PhysicalLinkLayerPhysicalLinkLayer. getByName(String name)Returns the 'Physical Link Layer' literal with the specified name.PhysicalLinkLayerProtocolStack. getPHYDATA()Returns the value of the 'PHYDATA' attribute.static PhysicalLinkLayerPhysicalLinkLayer. valueOf(String name)Returns the enum constant of this type with the specified name.static PhysicalLinkLayer[]PhysicalLinkLayer. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in iotmodel with parameters of type PhysicalLinkLayer Modifier and Type Method Description voidProtocolStack. setPHYDATA(PhysicalLinkLayer value)Sets the value of the 'PHYDATA' attribute. -
Uses of PhysicalLinkLayer in iotmodel.impl
Fields in iotmodel.impl declared as PhysicalLinkLayer Modifier and Type Field Description protected PhysicalLinkLayerProtocolStackImpl. phydataThe cached value of the 'PHYDATA' attribute.protected static PhysicalLinkLayerProtocolStackImpl. PHYDATA_EDEFAULTThe default value of the 'PHYDATA' attribute.Methods in iotmodel.impl that return PhysicalLinkLayer Modifier and Type Method Description PhysicalLinkLayerIotmodelFactoryImpl. createPhysicalLinkLayerFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)PhysicalLinkLayerProtocolStackImpl. getPHYDATA()Methods in iotmodel.impl with parameters of type PhysicalLinkLayer Modifier and Type Method Description voidProtocolStackImpl. setPHYDATA(PhysicalLinkLayer newPHYDATA) -
Uses of PhysicalLinkLayer in iotmodel.util
Methods in iotmodel.util with parameters of type PhysicalLinkLayer Modifier and Type Method Description booleanIotmodelValidator. validatePhysicalLinkLayer(PhysicalLinkLayer physicalLinkLayer, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)