com.zsmartsystems.zigbee.dongle.xbee.autocode.xml.Parameter Maven / Gradle / Ivy
/**
* Copyright (c) 2016-2020 by the respective copyright holders.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package com.zsmartsystems.zigbee.dongle.xbee.autocode.xml;
/**
*
* @author Chris Jackson
*
*/
public class Parameter {
public String data_type;
public String name;
public String description;
public String auto_size;
public String conditional;
public String defaultValue;
public Boolean multiple;
public String displayType;
public int displayLength;
public Boolean optional;
public Integer minimum;
public Integer maximum;
public String value;
public boolean bitfield;
}