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

Packages that use EnumContentStreamAllowed
org.xcmis.client.gwt.model   
org.xcmis.client.gwt.model.type   
 

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

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

Uses of EnumContentStreamAllowed in org.xcmis.client.gwt.model.type
 

Methods in org.xcmis.client.gwt.model.type that return EnumContentStreamAllowed
 EnumContentStreamAllowed TypeDefinition.getContentStreamAllowed()
          
 

Methods in org.xcmis.client.gwt.model.type with parameters of type EnumContentStreamAllowed
 void TypeDefinition.setContentStreamAllowed(EnumContentStreamAllowed contentStreamAllowed)
           
 

Constructors in org.xcmis.client.gwt.model.type with parameters of type EnumContentStreamAllowed
TypeDefinition(String id, EnumBaseObjectTypeIds baseId, String queryName, String localName, String localNamespace, String parentId, String displayName, String description, boolean creatable, boolean fileable, boolean queryable, boolean fulltextIndexed, boolean includedInSupertypeQuery, boolean controllablePolicy, boolean controllableACL, boolean versionable, String[] allowedSourceTypes, String[] allowedTargetTypes, EnumContentStreamAllowed contentStreamAllowed, Map<String,PropertyDefinition<?>> propertyDefinitions)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.