Package com.adobe.xfa
Class ChildRelnInfo
- java.lang.Object
 - 
- com.adobe.xfa.ChildRelnInfo
 
 
- 
public final class ChildRelnInfo extends java.lang.ObjectA class to... 
- 
- 
Constructor Summary
Constructors Constructor Description ChildRelnInfo(ChildReln relationship, int nVersionIntro, int nVersionDep, int nAvailability, int descriptionResID) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAvailability()intgetDescription()ChildRelngetRelationship()intgetVersionDeprecated()intgetVersionIntroduced() 
 - 
 
- 
- 
Constructor Detail
- 
ChildRelnInfo
public ChildRelnInfo(ChildReln relationship, int nVersionIntro, int nVersionDep, int nAvailability, int descriptionResID)
 
 - 
 
- 
Method Detail
- 
getDescription
public int getDescription()
 
- 
getVersionIntroduced
public int getVersionIntroduced()
 
- 
getVersionDeprecated
public int getVersionDeprecated()
 
- 
getAvailability
public int getAvailability()
 
- 
getRelationship
public ChildReln getRelationship()
 
 - 
 
 -