Interface StyleReference

All Superinterfaces:
Serializable
All Known Implementing Classes:
StyleReferenceImpl

public interface StyleReference extends Serializable
The interface Style reference.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets name.
    int
    Gets uid.
    void
    Sets name.
    void
    setUid(int uid)
    Sets uid.
  • Method Details

    • getName

      String getName()
      Gets name.
      Returns:
      the name
    • setName

      void setName(String name)
      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