Package org.jboss.wildscribe.site
Class Child
- java.lang.Object
-
- org.jboss.wildscribe.site.Child
-
- All Implemented Interfaces:
Comparable<Child>
public class Child extends Object implements Comparable<Child>
- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Child o)static ChildfromProperty(org.jboss.dmr.Property property)List<Child>getChildren()DeprecatedgetDeprecated()StringgetDescription()StringgetName()
-
-
-
Constructor Detail
-
Child
public Child(String name, String description, Deprecated deprecated, List<Child> children)
-
-
Method Detail
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getDeprecated
public Deprecated getDeprecated()
-
compareTo
public int compareTo(Child o)
- Specified by:
compareToin interfaceComparable<Child>
-
fromProperty
public static Child fromProperty(org.jboss.dmr.Property property)
-
-