public class PropertyDescriptor extends Object implements Serializable
Constructor and Description |
---|
PropertyDescriptor(String name,
int type,
boolean multiple) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
The name of the property.
|
int |
getType()
The type of the property as defined in
PropertyType . |
boolean |
isMultiple()
The flag indicating that property is multiple.
|
public PropertyDescriptor(String name, int type, boolean multiple)
public String getName()
public int getType()
PropertyType
.PropertyType
public boolean isMultiple()
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.