public final class MaxEndPointPropInfo
extends java.lang.Object
Constructor and Description |
---|
MaxEndPointPropInfo(java.lang.String propertyName,
java.lang.String value,
int over)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
allowOveride()
Determine can propery be overriden
|
boolean |
getBooleanValue()
Get boolean property value
|
java.lang.String |
getPropertyName()
Get the property name
|
java.lang.String |
getValue()
Get property value
|
public MaxEndPointPropInfo(java.lang.String propertyName, java.lang.String value, int over)
propertyName
- the property namevalue
- the property valueover
- can this property being overridenpublic java.lang.String getPropertyName()
public java.lang.String getValue()
public boolean getBooleanValue() throws MXApplicationException
MXApplicationException
public boolean allowOveride()