public class PropertiesContainer
extends java.lang.Object
| Constructor and Description |
|---|
PropertiesContainer(com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<java.lang.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<java.lang.String,PropertyInfo> |
getProperties() |
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
getValuePropertyInfo() |
public PropertiesContainer(com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<java.lang.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<java.lang.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 © 2015. All Rights Reserved.