public class PropertiesContainer extends Object
| Constructor and Description |
|---|
PropertiesContainer(com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<String,PropertyInfo> properties,
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> valuePropertyInfo,
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> anyGetterPropertyInfo,
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> anySetterPropertyInfo) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
getAnyGetterPropertyInfo() |
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
getAnySetterPropertyInfo() |
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<String,PropertyInfo> |
getProperties() |
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
getValuePropertyInfo() |
public PropertiesContainer(com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<String,PropertyInfo> properties, com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> valuePropertyInfo, com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> anyGetterPropertyInfo, com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> anySetterPropertyInfo)
public com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<String,PropertyInfo> getProperties()
public com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> getValuePropertyInfo()
public com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> getAnyGetterPropertyInfo()
public com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> getAnySetterPropertyInfo()
Copyright © 2016. All Rights Reserved.