public class PropertiesContainer extends Object
PropertiesContainer class.
| 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)
Constructor for PropertiesContainer.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
getAnyGetterPropertyInfo()
Getter for the field
anyGetterPropertyInfo. |
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
getAnySetterPropertyInfo()
Getter for the field
anySetterPropertyInfo. |
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<String,PropertyInfo> |
getProperties()
Getter for the field
properties. |
com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> |
getValuePropertyInfo()
Getter for the field
valuePropertyInfo. |
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)
Constructor for PropertiesContainer.
properties - a ImmutableMap object.valuePropertyInfo - a Optional object.anyGetterPropertyInfo - a Optional object.anySetterPropertyInfo - a Optional object.public com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<String,PropertyInfo> getProperties()
Getter for the field properties.
ImmutableMap object.public com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> getValuePropertyInfo()
Getter for the field valuePropertyInfo.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> getAnyGetterPropertyInfo()
Getter for the field anyGetterPropertyInfo.
Optional object.public com.google.gwt.thirdparty.guava.common.base.Optional<PropertyInfo> getAnySetterPropertyInfo()
Getter for the field anySetterPropertyInfo.
Optional object.Copyright © 2017. All Rights Reserved.