org.nuiton.guix.model
Class Rule
java.lang.Object
org.nuiton.guix.model.Rule
public class Rule
- extends java.lang.Object
Representation of a rule of a CSS file
- Author:
- morin
|
Constructor Summary |
Rule()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rule
public Rule()
getProperties
public java.util.Map<java.lang.String,java.lang.String> getProperties()
setProperties
public void setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
getSelectors
public java.util.List<Selector> getSelectors()
setSelectors
public void setSelectors(java.util.List<Selector> selectors)
Copyright © 2009 CodeLutin. All Rights Reserved.