public class PropertyInfo
extends java.lang.Object
Reflection
Modifier and Type | Field and Description |
---|---|
(package private) int |
bindex |
(package private) int |
eindex |
(package private) int |
iindex |
(package private) boolean |
isindexed |
(package private) boolean |
islong |
(package private) java.lang.String |
lctrimmedProperty |
(package private) long |
lindex |
(package private) java.lang.String |
sindex |
(package private) java.lang.Object |
theObject |
(package private) java.lang.String |
theProperty |
(package private) java.lang.String |
trimmedProperty |
(package private) java.lang.String |
uctrimmedProperty |
Constructor and Description |
---|
PropertyInfo(java.lang.Object object,
java.lang.String property)
ProeprtyInfo Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getBindex()
Returns the bindex.
|
int |
getEindex()
Returns the eindex.
|
int |
getIindex()
Returns the iindex.
|
java.lang.String |
getLCTrimmedProperty()
Returns the lctrimmedProperty.
|
long |
getLindex()
Returns the lindex.
|
java.lang.Object |
getObject()
Returns the theObject.
|
java.lang.String |
getProperty()
Returns the theProperty.
|
java.lang.String |
getSindex()
Returns the sindex.
|
java.lang.String |
getTrimmedProperty()
Returns the trimmedProperty.
|
java.lang.String |
getUCTrimmedProperty()
Returns the uctrimmedProperty.
|
boolean |
isIndexed()
Returns the isindexed.
|
boolean |
isLong()
Returns the islong.
|
void |
setBindex(int bindex)
Sets the bindex.
|
void |
setEindex(int eindex)
Sets the eindex.
|
void |
setIindex(int iindex)
Sets the iindex.
|
void |
setIndexed(boolean isindexed)
Sets the isindexed.
|
void |
setLCTrimmedProperty(java.lang.String lctrimmedProperty)
Sets the lctrimmedProperty.
|
void |
setLindex(long lindex)
Sets the lindex.
|
void |
setLong(boolean islong)
Sets the islong.
|
void |
setObject(java.lang.Object object)
Sets the theObject.
|
void |
setProperty(java.lang.String property)
Sets the theProperty.
|
void |
setSindex(java.lang.String sindex)
Sets the sindex, Iindex, Lindex, and Indexed(true) as appropriate.
Index will become 0 if a NumberFormatException would otherwise result. SAFSInvalidActionArgumentRuntimeException is thrown if a valid string index is provided whose value is less than 0. |
void |
setTrimmedProperty(java.lang.String trimmedProperty)
Sets the trimmedProperty.
|
void |
setUCTrimmedProperty(java.lang.String uctrimmedProperty)
Sets the uctrimmedProperty.
|
java.lang.Object theObject
java.lang.String theProperty
java.lang.String trimmedProperty
java.lang.String lctrimmedProperty
java.lang.String uctrimmedProperty
boolean isindexed
boolean islong
int bindex
int eindex
java.lang.String sindex
int iindex
long lindex
PropertyInfo(java.lang.Object object, java.lang.String property)
object
- - object being evaluated for a property value.property
- - the name of the property being evaluated.public boolean isIndexed()
public boolean isLong()
public java.lang.Object getObject()
public java.lang.String getProperty()
public java.lang.String getTrimmedProperty()
public void setIndexed(boolean isindexed)
isindexed
- The isindexed to setpublic void setLong(boolean islong)
islong
- The islong to setpublic void setObject(java.lang.Object object)
object
- The object to reflect onpublic void setProperty(java.lang.String property)
property
- The property name to setpublic void setTrimmedProperty(java.lang.String trimmedProperty)
trimmedProperty
- The trimmedProperty to setpublic int getBindex()
public int getEindex()
public void setBindex(int bindex)
bindex
- The bindex to setpublic void setEindex(int eindex)
eindex
- The eindex to setpublic int getIindex()
public long getLindex()
public java.lang.String getSindex()
public void setIindex(int iindex)
iindex
- The iindex to setpublic void setLindex(long lindex)
lindex
- The lindex to setpublic void setSindex(java.lang.String sindex)
sindex
- The sindex to setSAFSInvalidActionArgumentRuntimeException(
- getProperty() )public java.lang.String getLCTrimmedProperty()
public java.lang.String getUCTrimmedProperty()
public void setLCTrimmedProperty(java.lang.String lctrimmedProperty)
lctrimmedProperty
- The lctrimmedProperty to setpublic void setUCTrimmedProperty(java.lang.String uctrimmedProperty)
uctrimmedProperty
- The uctrimmedProperty to setCopyright © SAS Institute. All Rights Reserved.