FileDocCategorySizeDatePackage
ObjectType.javaAPI DocGlassfish v2 API2608Fri May 04 22:30:34 BST 2007com.sun.appserv.management.config

ObjectType

public interface ObjectType
Factors out the meaning of the "ObjectType" Attribute. See {@link ObjectTypeValues}

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetObjectType()

return
the ObjectType as defined by {@link ObjectTypeValues}

public voidsetObjectType(java.lang.String objectType)
INTERNAL USE ONLY

param
objectType the ObjectType as defined by {@link ObjectTypeValues}
see
ObjectTypeValues