Public Member Functions | |
| CacheTypeMapping () | |
| void | deleteCapacity () |
| int | getCapacity () |
| java.lang.String | getType () |
| boolean | hasCapacity () |
| boolean | isValid () |
| void | marshal (java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
| void | marshal (org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
| void | setCapacity (int capacity) |
| void | setType (java.lang.String type) |
| void | validate () throws org.exolab.castor.xml.ValidationException |
Static Public Member Functions | |
| static java.lang.Object | unmarshal (java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
Class CacheTypeMapping.
| org.exolab.castor.mapping.xml.CacheTypeMapping.CacheTypeMapping | ( | ) |
| void org.exolab.castor.mapping.xml.CacheTypeMapping.deleteCapacity | ( | ) |
Method deleteCapacity
Referenced by org.exolab.castor.mapping.xml.CacheTypeMappingDescriptor.CacheTypeMappingDescriptor().
| int org.exolab.castor.mapping.xml.CacheTypeMapping.getCapacity | ( | ) |
Returns the value of field 'capacity'.
Referenced by org.exolab.castor.mapping.xml.CacheTypeMappingDescriptor.CacheTypeMappingDescriptor().
| java.lang.String org.exolab.castor.mapping.xml.CacheTypeMapping.getType | ( | ) |
Returns the value of field 'type'.
Referenced by org.exolab.castor.mapping.xml.CacheTypeMappingDescriptor.CacheTypeMappingDescriptor().
| boolean org.exolab.castor.mapping.xml.CacheTypeMapping.hasCapacity | ( | ) |
Method hasCapacity
Referenced by org.exolab.castor.mapping.xml.CacheTypeMappingDescriptor.CacheTypeMappingDescriptor().
| boolean org.exolab.castor.mapping.xml.CacheTypeMapping.isValid | ( | ) |
Method isValid
References org.exolab.castor.mapping.xml.CacheTypeMapping.validate().
| void org.exolab.castor.mapping.xml.CacheTypeMapping.marshal | ( | org.xml.sax.ContentHandler | handler | ) | throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
Method marshal
| handler |
| void org.exolab.castor.mapping.xml.CacheTypeMapping.marshal | ( | java.io.Writer | out | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
Method marshal
| out |
| void org.exolab.castor.mapping.xml.CacheTypeMapping.setCapacity | ( | int | capacity | ) |
Sets the value of field 'capacity'.
| capacity | the value of field 'capacity'. |
Referenced by org.exolab.castor.mapping.xml.CacheTypeMappingDescriptor.CacheTypeMappingDescriptor().
| void org.exolab.castor.mapping.xml.CacheTypeMapping.setType | ( | java.lang.String | type | ) |
Sets the value of field 'type'.
| type | the value of field 'type'. |
Referenced by org.exolab.castor.mapping.xml.CacheTypeMapping.CacheTypeMapping(), and org.exolab.castor.mapping.xml.CacheTypeMappingDescriptor.CacheTypeMappingDescriptor().
| static java.lang.Object org.exolab.castor.mapping.xml.CacheTypeMapping.unmarshal | ( | java.io.Reader | reader | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [static] |
Method unmarshal
| reader |
| void org.exolab.castor.mapping.xml.CacheTypeMapping.validate | ( | ) | throws org.exolab.castor.xml.ValidationException |
Method validate
Referenced by org.exolab.castor.mapping.xml.CacheTypeMapping.isValid().
1.7.0