org.apache.batik.css
Interface CSSOMReadOnlyStyleDeclaration.ValueEntry

All Known Implementing Classes:
CSSOMReadOnlyStyleDeclaration.ImportantUserAgentValueEntry, CSSOMReadOnlyStyleDeclaration.UserAgentValueEntry, CSSOMReadOnlyStyleDeclaration.ImportantUserValueEntry, CSSOMReadOnlyStyleDeclaration.UserValueEntry, CSSOMReadOnlyStyleDeclaration.ImportantAuthorValueEntry, CSSOMReadOnlyStyleDeclaration.AuthorValueEntry
Enclosing class:
CSSOMReadOnlyStyleDeclaration

protected static interface CSSOMReadOnlyStyleDeclaration.ValueEntry

This interface represents a value entry in the table.


Method Summary
 int getOrigin()
          Returns the value origin.
 java.lang.String getPriority()
          Returns the priority.
 CSSValue getValue()
          Returns the CSS value.
 void setValue(CSSValue v)
          Sets the CSS value.
 

Method Detail

getValue

public CSSValue getValue()
Returns the CSS value.

setValue

public void setValue(CSSValue v)
Sets the CSS value.

getPriority

public java.lang.String getPriority()
Returns the priority.

getOrigin

public int getOrigin()
Returns the value origin.


Copyright © 2000 Apache Software Foundation. All Rights Reserved.