Uses of Class
org.eclipse.higgins.rpps.core.tobj.PropertyTO

Packages that use PropertyTO
org.eclipse.higgins.rpps.core.impl   
org.eclipse.higgins.rpps.core.tobj   
 

Uses of PropertyTO in org.eclipse.higgins.rpps.core.impl
 

Methods in org.eclipse.higgins.rpps.core.impl that return PropertyTO
static PropertyTO[] ConvertHelper.convertClaims_to_PropertyTO(org.eclipse.higgins.icard.ICard card, boolean isCatchAuthentication, Iterator claimIterator)
          Converts the card's claim to the property transfer object
static PropertyTO[] ConvertHelper.getComplexValues(org.eclipse.higgins.icard.IComplexClaimType rootClaimType, org.eclipse.higgins.icard.IComplexClaim rootClaim, boolean isCatchAuthentication, Iterator claimIterator)
          Gets the complex values from the claim object.
 

Uses of PropertyTO in org.eclipse.higgins.rpps.core.tobj
 

Methods in org.eclipse.higgins.rpps.core.tobj that return PropertyTO
 PropertyTO[] PropertyTO.getComplexValue()
          Gets the complex property values.
 PropertyTO[] UIResponseCardTO.getProperties()
           
 PropertyTO[] UIResponseCardTO.getOptionalClaims()
           
 PropertyTO[] ICardTO.getProperties()
          Gets icard property array.
 

Methods in org.eclipse.higgins.rpps.core.tobj with parameters of type PropertyTO
 void PropertyTO.setComplexValue(PropertyTO[] complexValue)
          Sets the complex property values.
 void UIResponseCardTO.setProperties(PropertyTO[] properties)
           
 void UIResponseCardTO.setOptionalClaims(PropertyTO[] optionalClaims)
           
 void ICardTO.setProperties(PropertyTO[] properties)
          Sets icard property array.
 

Constructors in org.eclipse.higgins.rpps.core.tobj with parameters of type PropertyTO
PropertyTO(String name, String claimType, PropertyTO[] complexValue, boolean visible)
          Creates a new instance of complex PropertyTO