info.informatica.doc.style.css.property
Class ShorthandPropertyName

java.lang.Object
  extended by info.informatica.doc.style.css.property.CSSPropertyName
      extended by info.informatica.doc.style.css.property.ShorthandPropertyName

public class ShorthandPropertyName
extends CSSPropertyName

Shorthand property name.


Constructor Summary
ShorthandPropertyName(String name, boolean inherits)
           
 
Method Summary
 String[] getSubProperties()
           
 
Methods inherited from class info.informatica.doc.style.css.property.CSSPropertyName
getName, inherits, isShorthand
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShorthandPropertyName

public ShorthandPropertyName(String name,
                             boolean inherits)
Method Detail

getSubProperties

public String[] getSubProperties()