Uses of Class
org.teamapps.protocol.schema.PropertyType
| Package | Description |
|---|---|
| org.teamapps.protocol.schema |
-
Uses of PropertyType in org.teamapps.protocol.schema
Methods in org.teamapps.protocol.schema that return PropertyType Modifier and Type Method Description static PropertyTypePropertyType. getById(int id)PropertyTypeAbstractPropertyDefinition. getType()PropertyTypePropertyDefinition. getType()static PropertyTypePropertyType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PropertyType[]PropertyType. 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 PropertyType Modifier and Type Method Description voidObjectPropertyDefinition. addProperty(java.lang.String name, int key, PropertyType type)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 PropertyType Constructor Description AbstractPropertyDefinition(ObjectPropertyDefinition parent, java.lang.String name, int key, PropertyType type, PropertyContentType contentType, java.lang.String specificType, java.lang.String title)