|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.cs.core.properties.Description
public final class Description
This class defines a property that Content Server's property editor can read and describe.
Constructor Summary | |
---|---|
Description(java.lang.String name,
java.lang.String description,
java.lang.String defaultValue,
java.lang.String category)
Create a new Description |
Method Summary | |
---|---|
java.lang.String |
category()
Get the category for this property |
java.lang.String |
defaultValue()
Get a default value for this property. |
java.lang.String |
description()
Get a text description of this property. |
java.lang.String |
name()
Get the name of this property |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Description(java.lang.String name, java.lang.String description, java.lang.String defaultValue, java.lang.String category)
name
- name of the propertydescription
- description of the propertydefaultValue
- default value of this propertycategory
- category of the property within whatever file defines itMethod Detail |
---|
public final java.lang.String category()
public final java.lang.String name()
public final java.lang.String description()
public final java.lang.String defaultValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |