Interface StyleReference
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
StyleReferenceImpl
public interface StyleReference extends java.io.SerializableThe interface Style reference.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Gets name.intgetUid()Gets uid.voidsetName(java.lang.String name)Sets name.voidsetUid(int uid)Sets uid.
-