Uses of Class
org.xcmis.client.gwt.model.EnumDateTimeResolution

Packages that use EnumDateTimeResolution
org.xcmis.client.gwt.model   
org.xcmis.client.gwt.model.property   
 

Uses of EnumDateTimeResolution in org.xcmis.client.gwt.model
 

Methods in org.xcmis.client.gwt.model that return EnumDateTimeResolution
static EnumDateTimeResolution EnumDateTimeResolution.fromValue(String v)
           
static EnumDateTimeResolution EnumDateTimeResolution.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumDateTimeResolution[] EnumDateTimeResolution.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EnumDateTimeResolution in org.xcmis.client.gwt.model.property
 

Methods in org.xcmis.client.gwt.model.property that return EnumDateTimeResolution
 EnumDateTimeResolution DateTimePropertyDefinition.getDateTimeResolution()
           
 

Methods in org.xcmis.client.gwt.model.property with parameters of type EnumDateTimeResolution
 void DateTimePropertyDefinition.setDateTimeResolution(EnumDateTimeResolution dateTimeResolution)
          Setter for dateTimeResolution.
 

Constructors in org.xcmis.client.gwt.model.property with parameters of type EnumDateTimeResolution
DateTimePropertyDefinition(String id, String localName, String localNamespace, String queryName, String displayName, String description, EnumCardinality cardinality, EnumUpdatability updatability, Boolean inherited, Boolean required, Boolean queryable, Boolean orderable, Boolean openChoice, List<Choice<Date>> choices, Date[] defaultValue, EnumDateTimeResolution dateTimeResolution)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.