Uses of Class
org.teamapps.protocol.schema.PropertyContentType
| Package | Description |
|---|---|
| org.teamapps.protocol.schema |
-
Uses of PropertyContentType in org.teamapps.protocol.schema
Methods in org.teamapps.protocol.schema that return PropertyContentType Modifier and Type Method Description static PropertyContentTypePropertyContentType. getById(int id)PropertyContentTypeAbstractPropertyDefinition. getContentType()PropertyContentTypePropertyDefinition. getContentType()static PropertyContentTypePropertyContentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PropertyContentType[]PropertyContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.protocol.schema with parameters of type PropertyContentType Modifier and Type Method Description voidObjectPropertyDefinition. addProperty(java.lang.String name, int key, PropertyType type, PropertyContentType contentType, java.lang.String specificType, java.lang.String title)Constructors in org.teamapps.protocol.schema with parameters of type PropertyContentType Constructor Description AbstractPropertyDefinition(ObjectPropertyDefinition parent, java.lang.String name, int key, PropertyType type, PropertyContentType contentType, java.lang.String specificType, java.lang.String title)