org.apache.batik.css
Class CSSOMReadOnlyStyleDeclaration.AuthorValueEntry

java.lang.Object
  |
  +--org.apache.batik.css.CSSOMReadOnlyStyleDeclaration.AuthorValueEntry
All Implemented Interfaces:
CSSOMReadOnlyStyleDeclaration.ValueEntry
Enclosing class:
CSSOMReadOnlyStyleDeclaration

protected static class CSSOMReadOnlyStyleDeclaration.AuthorValueEntry
extends java.lang.Object
implements CSSOMReadOnlyStyleDeclaration.ValueEntry

To store a author value.


Field Summary
protected  CSSValue value
          The CSS value.
 
Constructor Summary
CSSOMReadOnlyStyleDeclaration.AuthorValueEntry(CSSValue v)
          Creates a new value entry.
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected CSSValue value
The CSS value.
Constructor Detail

CSSOMReadOnlyStyleDeclaration.AuthorValueEntry

public CSSOMReadOnlyStyleDeclaration.AuthorValueEntry(CSSValue v)
Creates a new value entry.
Method Detail

getValue

public CSSValue getValue()
Returns the CSS value.
Specified by:
getValue in interface CSSOMReadOnlyStyleDeclaration.ValueEntry

setValue

public void setValue(CSSValue v)
Sets the CSS value.
Specified by:
setValue in interface CSSOMReadOnlyStyleDeclaration.ValueEntry

getPriority

public java.lang.String getPriority()
Returns the priority.
Specified by:
getPriority in interface CSSOMReadOnlyStyleDeclaration.ValueEntry

getOrigin

public int getOrigin()
Returns the value origin.
Specified by:
getOrigin in interface CSSOMReadOnlyStyleDeclaration.ValueEntry


Copyright © 2000 Apache Software Foundation. All Rights Reserved.