|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyType | |
|---|---|
| org.xcmis.spi.model | |
| org.xcmis.spi.model.impl | |
| Uses of PropertyType in org.xcmis.spi.model |
|---|
| Methods in org.xcmis.spi.model that return PropertyType | |
|---|---|
static PropertyType |
PropertyType.fromValue(String value)
|
PropertyType |
PropertyDefinition.getPropertyType()
|
PropertyType |
Property.getType()
|
static PropertyType |
PropertyType.valueOf(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.xcmis.spi.model with parameters of type PropertyType | |
|---|---|
void |
PropertyDefinition.setPropertyType(PropertyType propertyType)
|
| Constructors in org.xcmis.spi.model with parameters of type PropertyType | |
|---|---|
PropertyDefinition(String id,
String queryName,
String localName,
String localNamespace,
String displayName,
String description,
PropertyType propertyType,
Updatability updatability,
boolean inherited,
boolean required,
boolean queryable,
boolean orderable,
Boolean openChoice,
boolean multivalued,
List<Choice<T>> choices,
T[] defaultValue)
|
|
| Uses of PropertyType in org.xcmis.spi.model.impl |
|---|
| Methods in org.xcmis.spi.model.impl that return PropertyType | |
|---|---|
PropertyType |
HtmlProperty.getType()
|
PropertyType |
StringProperty.getType()
|
PropertyType |
DecimalProperty.getType()
|
PropertyType |
IntegerProperty.getType()
|
PropertyType |
BooleanProperty.getType()
|
PropertyType |
DateTimeProperty.getType()
|
PropertyType |
UriProperty.getType()
|
PropertyType |
IdProperty.getType()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||