public class ProfileApplyProfileProperty extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
boolean |
array |
ApplyProfile[] |
profile |
String |
propertyName |
dynamicProperty, dynamicType| Constructor and Description |
|---|
ProfileApplyProfileProperty() |
| Modifier and Type | Method and Description |
|---|---|
ApplyProfile[] |
getProfile() |
String |
getPropertyName() |
boolean |
isArray() |
void |
setArray(boolean array) |
void |
setProfile(ApplyProfile[] profile) |
void |
setPropertyName(String propertyName) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String propertyName
public boolean array
public ApplyProfile[] profile
public String getPropertyName()
public boolean isArray()
public ApplyProfile[] getProfile()
public void setPropertyName(String propertyName)
public void setArray(boolean array)
public void setProfile(ApplyProfile[] profile)
Copyright © 2011-2012. All Rights Reserved.