Interface StyleReference
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
StyleReferenceImpl
The interface Style reference.
-
Method Summary
-
Method Details
-
getName
String getName()Gets name.- Returns:
- the name
-
setName
Sets name.- Parameters:
name- the name
-
getUid
int getUid()Gets uid.- Returns:
- the uid
-
setUid
void setUid(int uid) Sets uid.- Parameters:
uid- the uid
-