Package org.nuxeo.ecm.core.schema
Class PropertyDeprecationDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.core.schema.PropertyDeprecationDescriptor
-
@Deprecated(since="11.1") public class PropertyDeprecationDescriptor extends Object
Deprecated.since 11.1, usePropertyDescriptor
instead- Since:
- 9.2
-
-
Constructor Summary
Constructors Constructor Description PropertyDeprecationDescriptor()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getFallback()
Deprecated.String
getName()
Deprecated.String
getSchema()
Deprecated.boolean
isDeprecated()
Deprecated.protected PropertyDescriptor
toPropertyDescriptor()
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
getSchema
public String getSchema()
Deprecated.
-
getName
public String getName()
Deprecated.
-
getFallback
public String getFallback()
Deprecated.
-
isDeprecated
public boolean isDeprecated()
Deprecated.
-
toPropertyDescriptor
protected PropertyDescriptor toPropertyDescriptor()
Deprecated.
-
-