代码搜索:Protected
找到约 10,000 项符合「Protected」的源代码
代码结果 10,000
www.eeworm.com/read/165801/5477982
java basefieldtag.java
/*
* $Id: BaseFieldTag.java 54929 2004-10-16 16:38:42Z germuska $
*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License")
www.eeworm.com/read/165801/5477989
java formtag.java
/*
* $Id: FormTag.java 331056 2005-11-06 01:29:01Z niallp $
*
* Copyright 1999-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
*
www.eeworm.com/read/165801/5478002
java messagestag.java
/*
* $Id: MessagesTag.java 264662 2005-08-30 00:11:09Z niallp $
*
* Copyright 1999-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
www.eeworm.com/read/165801/5478015
java iteratetag.java
/*
* $Id: IterateTag.java 56513 2004-11-03 19:20:47Z niallp $
*
* Copyright 1999-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
www.eeworm.com/read/165801/5478027
java conditionaltagbase.java
/*
* $Id: ConditionalTagBase.java 54929 2004-10-16 16:38:42Z germuska $
*
* Copyright 1999-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "Lic
www.eeworm.com/read/165801/5478029
java redirecttag.java
/*
* $Id: RedirectTag.java 54929 2004-10-16 16:38:42Z germuska $
*
* Copyright 2000-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
www.eeworm.com/read/165570/5480946
java btreefileheaderuos.java
/* BtreeFileHeaderUos.java
* ---------------------------------------------
* Copyright (c) 2001 University of Saskatchewan
* All Rights Reserved
* ---------------------------------------------
www.eeworm.com/read/165570/5481227
java person.java
package Entities;
import dslib.list.LinkedListUos;
/** The basic features of a person. */
public class Person
{
/** Name of the person */
protected String name;
/** Return the name of
www.eeworm.com/read/165570/5481239
java staff.java
package Entities;
/** A person that works for the university. */
public class Staff extends Person
{
/** all staff members have a password for the system */
protected String password;
/**
www.eeworm.com/read/165570/5481462
java command.java
package Commands;
import Accounts.Account;
/** This class contains attributes that are common to all commands. */
public abstract class Command
{
/** Date of the command. */
protected int