@JsonObject(value="PropertyTypeGroup")
public final class PropertyTypeGroup
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
PropertyTypeGroup.PropertyTypeGroupInitializer
Class used to initialize a new data set instance.
|
Constructor and Description |
---|
PropertyTypeGroup(PropertyTypeGroup.PropertyTypeGroupInitializer initializer)
Creates a new instance with the provided initializer
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
Returns the name of this group (section).
|
java.util.List<PropertyType> |
getPropertyTypes() |
int |
hashCode() |
java.lang.String |
toString() |
public PropertyTypeGroup(PropertyTypeGroup.PropertyTypeGroupInitializer initializer)
java.lang.IllegalArgumentException
- if some of the required information is not provided.public java.lang.String getName()
public java.util.List<PropertyType> getPropertyTypes()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object