| Modifier and Type | Method | Description | 
|---|---|---|
String | 
getKind() | 
 The file type of the Login Item. 
 | 
String | 
getName() | 
 The name of the Login Item. 
 | 
String | 
getPath() | 
 The file system path to the Login Item. 
 | 
Map<String,Object> | 
getProperties() | 
 Returns all properties for an instance of this class. 
 | 
boolean | 
isHidden() | 
 Is the Login Item hidden when launched? 
 | 
void | 
setHidden(boolean hidden) | 
 Is the Login Item hidden when launched? 
 | 
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOfstatic final TypeClass CLASS
@Code("hidn") @Kind("property") @Name("hidden") @Type("boolean") boolean isHidden()
@Code("hidn") @Kind("property") @Name("hidden") @Type("boolean") void setHidden(boolean hidden)
hidden - new property value@Code("kind") @Kind("property") @Name("kind") @Type("text") String getKind()
@Code("pnam") @Kind("property") @Name("name") @Type("text") String getName()
@Code("ppth") @Kind("property") @Name("path") @Type("text") String getPath()