java.lang.Object
org.praxisplatform.uischema.controller.docs.DomainCatalogController.FieldSummary
-
Constructor Summary
Constructors
FieldSummary(String name,
String type,
String format,
boolean required,
String description,
List<String> enumValues,
Integer minimum,
Integer maximum,
Integer minLength,
Integer maxLength,
String pattern)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FieldSummary
public FieldSummary(String name,
String type,
String format,
boolean required,
String description,
List<String> enumValues,
Integer minimum,
Integer maximum,
Integer minLength,
Integer maxLength,
String pattern)
-
Method Details
-
-
-
-
isRequired
public boolean isRequired()
-
getDescription
public String getDescription()
-
-
-
-
-
-