public interface Component
Modifier and Type | Method and Description |
---|---|
void |
clearProperties() |
String |
getName() |
Map<String,String> |
getProperties() |
String |
getProperty(String key) |
String |
getProperty(String key,
String defaultValue) |
Object |
getTag() |
boolean |
hasProperty(String key) |
void |
removeProperty(String key) |
void |
setName(String name) |
void |
setProperty(String key,
String value) |
void |
setTag(Object tag) |
Copyright © 2012–2014 Pi4J. All rights reserved.