Interface SchemaItem
-
- All Known Implementing Classes:
ItemArray,ItemBoolean,ItemConst,ItemInteger,ItemNumber,ItemObject,ItemRef,ItemString,ItemTrue,RootSchema,SchemaItemAbstract
public interface SchemaItem- Author:
- scf
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetTitle()StringgetType()SchemaItemsetDescription(String description)SchemaItemsetTitle(String title)
-
-
-
Method Detail
-
getType
String getType()
-
getTitle
String getTitle()
-
setTitle
SchemaItem setTitle(String title)
-
getDescription
String getDescription()
-
setDescription
SchemaItem setDescription(String description)
-
-