public class UntypedProperty extends AbstractProperty implements Property
Modifier and Type | Field and Description |
---|---|
static String |
TYPE |
access, allowEmptyValue, description, example, format, name, position, readOnly, required, title, type, vendorExtensions, xml
Constructor and Description |
---|
UntypedProperty() |
Modifier and Type | Method and Description |
---|---|
UntypedProperty |
_default(String _default) |
UntypedProperty |
access(String access) |
UntypedProperty |
description(String description) |
UntypedProperty |
example(Object example) |
static boolean |
isType(String type) |
static boolean |
isType(String type,
String format) |
UntypedProperty |
name(String name) |
UntypedProperty |
readOnly() |
UntypedProperty |
readOnly(boolean readOnly) |
UntypedProperty |
required(boolean required) |
UntypedProperty |
title(String title) |
UntypedProperty |
vendorExtension(String key,
Object obj) |
UntypedProperty |
xml(Xml xml) |
allowEmptyValue, equals, getAccess, getAllowEmptyValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, hashCode, rename, setAccess, setAllowEmptyValue, setDefault, setDescription, setExample, setExample, setFormat, setName, setPosition, setReadOnly, setRequired, setTitle, setType, setVendorExtension, setVendorExtensionMap, setVendorExtensions, setXml
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAccess, getAllowEmptyValue, getDescription, getExample, getFormat, getName, getPosition, getReadOnly, getRequired, getTitle, getType, getVendorExtensions, getXml, rename, setAccess, setAllowEmptyValue, setDefault, setDescription, setExample, setExample, setName, setPosition, setReadOnly, setRequired, setTitle, setXml
public static final String TYPE
public UntypedProperty vendorExtension(String key, Object obj)
public static boolean isType(String type)
public UntypedProperty access(String access)
public UntypedProperty description(String description)
description
in interface Property
description
in class AbstractProperty
public UntypedProperty name(String name)
public UntypedProperty title(String title)
title
in interface Property
title
in class AbstractProperty
public UntypedProperty _default(String _default)
public UntypedProperty readOnly(boolean readOnly)
public UntypedProperty required(boolean required)
public UntypedProperty readOnly()
readOnly
in class AbstractProperty
public UntypedProperty xml(Xml xml)
public UntypedProperty example(Object example)
Copyright © 2019. All Rights Reserved.