AttributeStateViewer f = new AttributeStateViewer();
f.setDeviceName(tmpDeviceName);
f.setAttributeName(tmpAttributeName);
f.setAlarmEnabled(true);
HorizontalAlignmentProperty tmpSoleilHorizontalAlignmentProperty = new HorizontalAlignmentProperty();
tmpSoleilHorizontalAlignmentProperty.halignmentType = "RIGHT";
f.setRUNNINGLabel("EN COURS");
f.setFAULTLabel("ERREUR");
f.start();